OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bignum_exptmod
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_internal-modexp.c
38
if (
bignum_exptmod
(bn_base, bn_exp, bn_modulus, bn_result) < 0)
/external/wpa_supplicant_8/src/tls/
bignum.h
29
int
bignum_exptmod
(const struct bignum *a, const struct bignum *b,
rsa.c
283
if (
bignum_exptmod
(tmp, key->dmp1, key->p, a) < 0)
287
if (
bignum_exptmod
(tmp, key->dmq1, key->q, b) < 0)
302
if (
bignum_exptmod
(tmp, key->e, key->n, tmp) < 0)
bignum.c
208
*
bignum_exptmod
- Modular exponentiation: d = a^b (mod c)
215
int
bignum_exptmod
(const struct bignum *a, const struct bignum *b,
function
Completed in 19 milliseconds