8 references to GetEvpPKeySizeBytes
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
223int expectedSize = GetEvpPKeySizeBytes(key);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (7)
89int rsaSize = Interop.Crypto.GetEvpPKeySizeBytes(key); 121int keySizeBytes = Interop.Crypto.GetEvpPKeySizeBytes(key); 176int rsaSize = Interop.Crypto.GetEvpPKeySizeBytes(key); 213byte[] buf = new byte[Interop.Crypto.GetEvpPKeySizeBytes(key)]; 248int rsaSize = Interop.Crypto.GetEvpPKeySizeBytes(key); 735int bytesRequired = Interop.Crypto.GetEvpPKeySizeBytes(key); 761int bytesRequired = Interop.Crypto.GetEvpPKeySizeBytes(key);