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