Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c169 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h664 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c629 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu()
631 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu()