Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
Dsae.c854 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/
Dcrypto_mbedtls-bignum.c115 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h581 int crypto_bignum_mod(const struct crypto_bignum *a,