Searched refs:crypto_bignum_sub (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 249 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 …]
|
D | dragonfly.c | 96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 607 int crypto_bignum_sub(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1169 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|
D | crypto_openssl.c | 1443 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|