Searched refs:bignum_exptmod (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_internal-modexp.c | 72 bignum_exptmod(pub, q, p, tmp) < 0 || in crypto_dh_derive_secret() 111 if (bignum_exptmod(bn_base, bn_exp, bn_modulus, bn_result) < 0) in crypto_mod_exp()
|
/freebsd/contrib/wpa/src/tls/ |
H A D | rsa.c | 297 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0) in crypto_rsa_exptmod() 301 if (bignum_exptmod(tmp, key->dmq1, key->q, b) < 0) in crypto_rsa_exptmod() 316 if (bignum_exptmod(tmp, key->e, key->n, tmp) < 0) in crypto_rsa_exptmod()
|
H A D | bignum.h | 29 int bignum_exptmod(const struct bignum *a, const struct bignum *b,
|
H A D | bignum.c | 215 int bignum_exptmod(const struct bignum *a, const struct bignum *b, in bignum_exptmod() function
|