Searched refs:exponent1 (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | decode.c | 3947 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 D | encode.c | 8276 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()
|