Home
last modified time | relevance | path

Searched refs:DECODED_RSA_PRIV_KEY (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/crypt32/
H A Ddecode.c3939 struct DECODED_RSA_PRIV_KEY struct
3962 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, version), in CRYPT_AsnDecodeRsaPrivKey() argument
3964 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, modulus), in CRYPT_AsnDecodeRsaPrivKey()
3968 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, pubexp), in CRYPT_AsnDecodeRsaPrivKey()
3970 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, privexp), in CRYPT_AsnDecodeRsaPrivKey()
3974 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, prime1), in CRYPT_AsnDecodeRsaPrivKey()
3978 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, prime2), in CRYPT_AsnDecodeRsaPrivKey()
3982 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, exponent1), in CRYPT_AsnDecodeRsaPrivKey()
3986 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, exponent2), in CRYPT_AsnDecodeRsaPrivKey()
3990 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, coefficient), in CRYPT_AsnDecodeRsaPrivKey()
[all …]