4 references to OutputBio
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (4)
706
int sendCount = Crypto.BioCtrlPending(context.
OutputBio
!);
712
sendCount = BioRead(context.
OutputBio
!, token.AvailableSpan, sendCount);
775
int capacityNeeded = Crypto.BioCtrlPending(context.
OutputBio
!);
777
retVal = BioRead(context.
OutputBio
!, outToken.AvailableSpan, capacityNeeded);