Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c187 !crypto_bignum_is_one(val); in dragonfly_get_rand_2_to_r_1()
206 !crypto_bignum_is_one(scalar)) in dragonfly_generate_scalar()
Dsae.c264 is_val = crypto_bignum_is_one(pwe); in sae_test_pwd_seed_ffc()
703 crypto_bignum_is_one(tmp), 1); in sswu()
1435 crypto_bignum_is_one(K) || in sae_derive_k_ffc()
1840 crypto_bignum_is_one(peer_scalar) || in sae_parse_commit_scalar()
1931 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
1943 !crypto_bignum_is_one(res)) { in sae_parse_commit_element_ffc()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c221 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h717 int crypto_bignum_is_one(const struct crypto_bignum *a);