Searched refs:crypto_bignum_sqrmod (Results 1 – 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto.h | 655 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1217 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
|
D | crypto_openssl.c | 1515 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/ |
D | crypto.h | 662 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1223 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
|
D | crypto_openssl.c | 1588 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/ |
D | sae.c | 676 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu() 678 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu()
|