4 references to BioNewSocketReplay
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (3)
544
writeBio = Interop.Ssl.
BioNewSocketReplay
(socket!, ReadOnlySpan<byte>.Empty);
550
readBio = Interop.Ssl.
BioNewSocketReplay
(socket!, replayPrefix);
551
writeBio = Interop.Ssl.
BioNewSocketReplay
(socket!, ReadOnlySpan<byte>.Empty);
System\Net\Security\TlsSession.OpenSsl.cs (1)
130
_peekBio = Interop.Ssl.
BioNewSocketReplay
(_pendingFdSocket, ReadOnlySpan<byte>.Empty);