Searched refs:out_e (Results 1 – 1 of 1) sorted by relevance
370 const BIGNUM* out_e; in CheckRSAKey() local371 RSA_get0_key(rsa.get(), &out_n, &out_e, nullptr /* private exponent */); in CheckRSAKey()378 BN_ULONG exponent = BN_get_word(out_e); in CheckRSAKey()