7 references to ECC_CURVE_ALG_ID_ENUM
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Interop.Blobs.cs (2)
272
internal
ECC_CURVE_ALG_ID_ENUM
CurveGenerationAlgId; //For X.592 verification purposes, if we include Seed we will need to include the algorithm ID.
366
internal
ECC_CURVE_ALG_ID_ENUM
CurveGenerationAlgId; //For X.592 verification purposes, if we include Seed we will need to include the algorithm ID.
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.HashIdAlg.cs (1)
18
public static unsafe CRYPT_OID_INFO FindAlgIdOidInfo(Interop.BCrypt.
ECC_CURVE_ALG_ID_ENUM
algId)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.HashAlgorithm.cs (4)
15
internal static Interop.BCrypt.
ECC_CURVE_ALG_ID_ENUM
GetHashAlgorithmId(HashAlgorithmName? name)
19
return Interop.BCrypt.
ECC_CURVE_ALG_ID_ENUM
.BCRYPT_NO_CURVE_GENERATION_ALG_ID;
33
return (Interop.BCrypt.
ECC_CURVE_ALG_ID_ENUM
)oid.AlgId;
39
internal static HashAlgorithmName? GetHashAlgorithmName(Interop.BCrypt.
ECC_CURVE_ALG_ID_ENUM
hashId)