Home
last modified time | relevance | path

Searched refs:crypto_bignum_mulmod (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c226 crypto_bignum_mulmod(y_sqr, r, sae->tmp->prime, num) < 0 || in is_quadratic_residue_blind()
227 crypto_bignum_mulmod(num, r, sae->tmp->prime, num) < 0) in is_quadratic_residue_blind()
235 if (crypto_bignum_mulmod(num, qr, sae->tmp->prime, num) < 0) in is_quadratic_residue_blind()
243 if (crypto_bignum_mulmod(num, qnr, sae->tmp->prime, num) < 0) in is_quadratic_residue_blind()
766 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h604 int crypto_bignum_mulmod(const struct crypto_bignum *a,
Dcrypto_openssl.c1270 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function