1 reference to BioRead
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs (1)
38internal static int BioRead(SafeBioHandle b, Span<byte> data) => BioRead(b, data, data.Length);