Searched refs:crypto_bignum_add (Results 1 – 6 of 6) sorted by relevance
/hostap-3.6.0/src/common/ |
D | dragonfly.c | 98 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()
|
D | common_module_tests.c | 408 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
|
D | sae.c | 1008 crypto_bignum_add(bn, two, bn) < 0 || in sae_derive_pt_ffc() 1177 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ecc() 1238 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ffc() 1588 if (crypto_bignum_add(sae->tmp->own_commit_scalar, in sae_derive_keys()
|
/hostap-3.6.0/src/crypto/ |
D | crypto.h | 568 int crypto_bignum_add(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1130 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
|
D | crypto_openssl.c | 1432 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
|