Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c98 crypto_bignum_add(tmp, one, tmp) < 0) { in dragonfly_get_rand_1_to_p_1()
203 crypto_bignum_add(_rand, _mask, scalar) == 0 && in dragonfly_generate_scalar()
240 crypto_bignum_add(prime, one, tmp) < 0 || in dragonfly_sqrt()
Dsae.c963 crypto_bignum_add(bn, two, bn) < 0 || in sae_derive_pt_ffc()
1132 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ecc()
1193 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ffc()
1534 if (crypto_bignum_add(sae->tmp->own_commit_scalar, in sae_derive_keys()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c106 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h570 int crypto_bignum_add(const struct crypto_bignum *a,