Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Ddecode.c3947 CRYPT_INTEGER_BLOB exponent1; member
3982 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, exponent1), in CRYPT_AsnDecodeRsaPrivKey()
3984 FALSE, TRUE, offsetof(struct DECODED_RSA_PRIV_KEY, exponent1.pbData), in CRYPT_AsnDecodeRsaPrivKey()
4006 if (halflen < decodedKey->exponent1.cbData) in CRYPT_AsnDecodeRsaPrivKey()
4007 halflen = decodedKey->exponent1.cbData; in CRYPT_AsnDecodeRsaPrivKey()
4058 decodedKey->exponent1.pbData, decodedKey->exponent1.cbData); in CRYPT_AsnDecodeRsaPrivKey()
/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c8276 BYTE *exponent1 = prime2 + bitlen/16; in test_decodeRsaPrivateKey() local
8277 BYTE *exponent2 = exponent1 + bitlen/16; in test_decodeRsaPrivateKey()
8309 ok(!memcmp(exponent1, rsaPrivKeyExponent1, bitlen/16), in test_decodeRsaPrivateKey()