Searched refs:crypto_bignum_exptmod (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | sae.c | 257 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe); in sae_test_pwd_seed_ffc() 690 crypto_bignum_exptmod(t1, t2, prime, t) < 0) in sswu() 721 if (crypto_bignum_exptmod(x1, three, prime, t1) < 0 || in sswu() 735 if (crypto_bignum_exptmod(x2, three, prime, t1) < 0 || in sswu() 746 crypto_bignum_exptmod(gx1, t1, prime, t1) < 0) in sswu() 1020 crypto_bignum_exptmod(bn, tmp, prime, pt) < 0) { in sae_derive_pt_ffc() 1244 if (!pwe || crypto_bignum_exptmod(pt->ffc_pt, val, prime, pwe) < 0) { in sae_derive_pwe_from_pt_ffc() 1309 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime, in sae_derive_commit_element_ffc() 1474 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc() 1478 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc() [all …]
|
D | dragonfly.c | 243 crypto_bignum_exptmod(val, tmp, prime, res) < 0) in dragonfly_sqrt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | sae.c | 252 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe); in sae_test_pwd_seed_ffc() 580 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime, in sae_derive_commit_element_ffc() 685 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc() 689 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc() 1058 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()
|
D | dragonfly.c | 243 crypto_bignum_exptmod(val, tmp, prime, res) < 0) in dragonfly_sqrt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto.h | 584 int crypto_bignum_exptmod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1142 int crypto_bignum_exptmod(const struct crypto_bignum *b, in crypto_bignum_exptmod() function
|
D | crypto_openssl.c | 1386 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 591 int crypto_bignum_exptmod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1148 int crypto_bignum_exptmod(const struct crypto_bignum *b, in crypto_bignum_exptmod() function
|
D | crypto_openssl.c | 1459 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod() function
|