Searched refs:crypto_bignum_mulmod (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 138 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind() 139 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind() 159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
|
H A D | sae.c | 679 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 697 if (crypto_bignum_mulmod(z, a, prime, t1) < 0 || in sswu() 699 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu() 706 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu() 708 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu() 724 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu() 731 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu() 732 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu() 738 crypto_bignum_mulmod(a, x2, prime, t2) < 0 || in sswu() 1478 crypto_bignum_mulmod( in sae_derive_k_ffc() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 138 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind() 139 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind() 159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
|
H A D | sae.c | 687 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 636 * crypto_bignum_mulmod - d = a * b (mod c) 643 int crypto_bignum_mulmod(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1492 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|
H A D | crypto_wolfssl.c | 1204 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 643 * crypto_bignum_mulmod - d = a * b (mod c) 650 int crypto_bignum_mulmod(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1210 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|
H A D | crypto_openssl.c | 1565 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|
Completed in 19 milliseconds