Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h655 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1217 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
Dcrypto_openssl.c1515 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h662 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1223 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
Dcrypto_openssl.c1588 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c676 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu()
678 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu()