Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dverifier.cpp369 const BIGNUM* out_n; in CheckRSAKey() local
371 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()