Searched refs:crypto_bignum_sub (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 241 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc() 406 crypto_bignum_sub(sae->tmp->prime, y, y) < 0 || in sae_derive_pwe_ecc() 619 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0) in sswu() 642 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu() 655 if (crypto_bignum_sub(prime, b, t1) < 0 || in sswu() 697 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu() 736 if (crypto_bignum_sub(prime, y, t1) < 0) in sswu() 961 crypto_bignum_sub(prime, two, tmp) < 0 || in sae_derive_pt_ffc() 973 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc() 1130 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ecc() [all …]
|
D | dragonfly.c | 96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 142 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto.h | 616 int crypto_bignum_sub(const struct crypto_bignum *a,
|