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