2 writes to ReplayPrefix
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
615options.ReplayPrefix = null;
System\Net\Security\TlsSession.OpenSsl.cs (1)
88_options.ReplayPrefix = _socketInBuffer.ActiveReadOnlySpan.ToArray();
1 reference to ReplayPrefix
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
541byte[]? replayPrefix = useFd ? options.ReplayPrefix : null;