Searched refs:crypto_bignum_mod (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dragonfly.c | 204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
D | sae.c | 854 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 877 if (!bn || crypto_bignum_mod(bn, prime, bn) < 0 || in sae_derive_pt_ecc() 962 crypto_bignum_mod(bn, tmp, bn) < 0 || in sae_derive_pt_ffc() 1131 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ecc() 1192 crypto_bignum_mod(val, tmp, val) < 0 || in sae_derive_pwe_from_pt_ffc() 1536 crypto_bignum_mod(tmp, sae->tmp->order, tmp) < 0) in sae_derive_keys()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 115 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto.h | 581 int crypto_bignum_mod(const struct crypto_bignum *a,
|