Searched refs:crypto_bignum_mod (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dragonfly.c | 204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
D | sae.c | 909 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 932 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 1017 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc() 1186 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc() 1247 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc() 1602 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
|
D | common_module_tests.c | 428 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 572 int crypto_bignum_mod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1135 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
D | crypto_openssl.c | 1377 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|