3 references to EcKeyHasCurveName
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
102
thisIsNamed = Interop.Crypto.
EcKeyHasCurveName
(ecKey);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
63
internal bool HasCurveName => Interop.Crypto.
EcKeyHasCurveName
(GetKey());
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (1)
61
if (Interop.Crypto.
EcKeyHasCurveName
(currentKey))