Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dverifier.cpp372 auto modulus_bits = BN_num_bits(out_n); in CheckRSAKey() local
373 if (modulus_bits != 2048 && modulus_bits != 4096) { in CheckRSAKey()
374 LOG(ERROR) << "Modulus should be 2048 or 4096 bits long, actual: " << modulus_bits; in CheckRSAKey()