Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c936 BIGNUM *totient = BN_CTX_get(ctx); in RSA_generate_key_ex() local
940 if (totient == NULL || pm1 == NULL || qm1 == NULL || gcd == NULL) { in RSA_generate_key_ex()
986 !BN_mul(totient, pm1, qm1, ctx) || in RSA_generate_key_ex()
988 !BN_div(totient, NULL, totient, gcd, ctx) || in RSA_generate_key_ex()
989 !BN_mod_inverse(rsa->d, rsa->e, totient, ctx)) { in RSA_generate_key_ex()