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