Searched refs:iqmp_times_q (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 556 BIGNUM n, pm1, qm1, lcm, gcd, de, dmp1, dmq1, iqmp_times_q; in RSA_check_key() local 595 BN_init(&iqmp_times_q); in RSA_check_key() 655 !BN_mod_mul(&iqmp_times_q, key->iqmp, key->q, key->p, ctx)) { in RSA_check_key() 663 !BN_is_one(&iqmp_times_q)) { in RSA_check_key() 680 BN_free(&iqmp_times_q); in RSA_check_key()
|