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/
H A Dcrypto.h649 * crypto_bignum_sqrmod - c = a^2 (mod b)
655 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1515 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
H A Dcrypto_wolfssl.c1217 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/
H A Dcrypto.h656 * crypto_bignum_sqrmod - c = a^2 (mod b)
662 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1223 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
H A 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/
H A Dsae.c678 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu()
680 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu()

Completed in 19 milliseconds