Searched refs:crypto_bignum_mod (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
H A D | sae.c | 901 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 924 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 1009 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc() 1178 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc() 1239 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc() 1601 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
|
H A D | common_module_tests.c | 410 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
H A D | common_module_tests.c | 360 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order, in sae_tests()
|
H A D | sae.c | 732 crypto_bignum_mod(tmp, sae->tmp->order, tmp); in sae_derive_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 566 * crypto_bignum_mod - c = a % b 572 int crypto_bignum_mod(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1368 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
H A D | crypto_wolfssl.c | 1133 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 573 * crypto_bignum_mod - c = a % b 579 int crypto_bignum_mod(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1139 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
H A D | crypto_openssl.c | 1441 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
Completed in 20 milliseconds