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 D | crypto.h | 649 * crypto_bignum_sqrmod - c = a^2 (mod b) 655 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1515 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
|
H A D | crypto_wolfssl.c | 1217 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 D | crypto.h | 656 * crypto_bignum_sqrmod - c = a^2 (mod b) 662 int crypto_bignum_sqrmod(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1223 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod() function
|
H A 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/ |
H A D | sae.c | 678 if (crypto_bignum_sqrmod(u, prime, u2) < 0 || in sswu() 680 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu()
|
Completed in 19 milliseconds