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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.h29 int bignum_exptmod(const struct bignum *a, const struct bignum *b,
H A Drsa.c306 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0)
310 if (bignum_exptmod(tmp, key->dmq1, key->q, b) < 0)
325 if (bignum_exptmod(tmp, key->e, key->n, tmp) < 0)
H A Dbignum.c208 * bignum_exptmod - Modular exponentiation: d = a^b (mod c)
215 int bignum_exptmod(const struct bignum *a, const struct bignum *b, function
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c72 bignum_exptmod(pub, q, p, tmp) < 0 ||
111 if (bignum_exptmod(bn_base, bn_exp, bn_modulus, bn_result) < 0)

Completed in 112 milliseconds