Searched refs:out_n (Results 1 – 1 of 1) sorted by relevance
369 const BIGNUM* out_n; in CheckRSAKey() local371 RSA_get0_key(rsa.get(), &out_n, &out_e, nullptr /* private exponent */); in CheckRSAKey()372 auto modulus_bits = BN_num_bits(out_n); in CheckRSAKey()