Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Drsa.c290 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0) in crypto_rsa_exptmod()
294 if (bignum_exptmod(tmp, key->dmq1, key->q, b) < 0) in crypto_rsa_exptmod()
309 if (bignum_exptmod(tmp, key->e, key->n, tmp) < 0) in crypto_rsa_exptmod()
Dbignum.h35 int bignum_exptmod(const struct bignum *a, const struct bignum *b,
Dbignum.c221 int bignum_exptmod(const struct bignum *a, const struct bignum *b, in bignum_exptmod() function
Dcrypto_internal.c652 if (bignum_exptmod(bn_base, bn_exp, bn_modulus, bn_result) < 0) in crypto_mod_exp()