Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c735 int dmp1_ok, dmq1_ok, iqmp_ok; in RSA_check_key() local
736 if (!check_mod_inverse(&dmp1_ok, key->e, key->dmp1, &pm1, in RSA_check_key()
746 if (!dmp1_ok || !dmq1_ok || !iqmp_ok) { in RSA_check_key()