Searched refs:a_mod_m (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_exp2.c24 const BIGNUM *a_mod_m; local
74 a_mod_m = val1[0];
76 a_mod_m = a1;
77 if (BN_is_zero(a_mod_m)) {
83 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
103 a_mod_m = val2[0];
105 a_mod_m = a2;
106 if (BN_is_zero(a_mod_m)) {
111 if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx))

Completed in 55 milliseconds