Home
last modified time | relevance | path

Searched refs:crypto_bignum_add (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddragonfly.c98 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()
H A Dcommon_module_tests.c408 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
H A Dsae.c1008 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()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h568 int crypto_bignum_add(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1130 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
H A Dcrypto_openssl.c1432 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function