Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c138 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()
Dsae.c630 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
648 if (crypto_bignum_mulmod(z, a, prime, t1) < 0 || in sswu()
650 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
657 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu()
659 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu()
675 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu()
682 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
683 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu()
689 crypto_bignum_mulmod(a, x2, prime, t2) < 0 || in sswu()
1431 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c160 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
180 res = crypto_bignum_mulmod(a,tmp,b,c); in crypto_bignum_sqrmod()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h652 int crypto_bignum_mulmod(const struct crypto_bignum *a,