Searched refs:privexp (Results 1 – 1 of 1) sorted by relevance
3944 CRYPT_INTEGER_BLOB privexp; member3970 { ASN_INTEGER, offsetof(struct DECODED_RSA_PRIV_KEY, privexp), in CRYPT_AsnDecodeRsaPrivKey()3972 FALSE, TRUE, offsetof(struct DECODED_RSA_PRIV_KEY, privexp.pbData), in CRYPT_AsnDecodeRsaPrivKey()4014 if (halflen * 2 < decodedKey->privexp.cbData) in CRYPT_AsnDecodeRsaPrivKey()4015 halflen = decodedKey->privexp.cbData / 2 + decodedKey->privexp.cbData % 2; in CRYPT_AsnDecodeRsaPrivKey()4064 decodedKey->privexp.pbData, decodedKey->privexp.cbData); in CRYPT_AsnDecodeRsaPrivKey()