Home
last modified time | relevance | path

Searched refs:crypto_bignum_add (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 Dsae.c1010 crypto_bignum_add(bn, two, bn) < 0 || in sae_derive_pt_ffc()
1179 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ecc()
1240 crypto_bignum_add(val, one, val) < 0) in sae_derive_pwe_from_pt_ffc()
1599 if (crypto_bignum_add(sae->tmp->own_commit_scalar, in sae_derive_keys()
H A Dcommon_module_tests.c408 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c358 if (crypto_bignum_add(sae.tmp->sae_rand, mask, in sae_tests()
H A Dsae.c730 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar, in sae_derive_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h555 * crypto_bignum_add - c = a + b
561 int crypto_bignum_add(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1359 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
H A Dcrypto_wolfssl.c1124 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h562 * crypto_bignum_add - c = a + b
568 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

Completed in 21 milliseconds