Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
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()
Dsae.c779 crypto_bignum_add(prime, one, t1) < 0 || in sswu()
1018 crypto_bignum_add(bn, two, bn) < 0 || in sae_derive_pt_ffc()
1187 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ecc()
1248 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ffc()
1600 if (crypto_bignum_add(sae->tmp->own_commit_scalar, in sae_derive_keys()
Dcommon_module_tests.c426 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h561 int crypto_bignum_add(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1126 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
Dcrypto_openssl.c1368 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function