2 references to EcKeyGetSize
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (1)
178int keySizeBits = EcKeyGetSize(key);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.cs (1)
41internal int KeySize => Interop.Crypto.EcKeyGetSize(_key.Value);