Home
last modified time | relevance | path

Searched refs:crypto_bignum_sub (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c249 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc()
666 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0) in sswu()
689 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu()
702 if (crypto_bignum_sub(prime, b, t1) < 0 || in sswu()
744 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu()
793 if (crypto_bignum_sub(prime, y, t1) < 0) in sswu()
1016 crypto_bignum_sub(prime, two, tmp) < 0 || in sae_derive_pt_ffc()
1028 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc()
1185 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ecc()
1246 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ffc()
[all …]
Ddragonfly.c96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h607 int crypto_bignum_sub(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1169 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
Dcrypto_openssl.c1443 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function