Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddragonfly.c101 crypto_bignum_add(tmp, one, tmp) < 0) { in dragonfly_get_rand_1_to_p_1()
206 crypto_bignum_add(_rand, _mask, scalar) == 0 && in dragonfly_generate_scalar()
243 crypto_bignum_add(prime, one, tmp) < 0 || in dragonfly_sqrt()
Dcommon_module_tests.c408 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
Dsae.c1017 crypto_bignum_add(bn, two, bn) < 0 || in sae_derive_pt_ffc()
1186 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ecc()
1247 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ffc()
1606 if (crypto_bignum_add(sae->tmp->own_commit_scalar, in sae_derive_keys()
/hostap-latest/src/crypto/
Dcrypto.h570 int crypto_bignum_add(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1233 int crypto_bignum_add(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_add() function
Dcrypto_wolfssl.c1423 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
Dcrypto_openssl.c1991 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function