Searched refs:crypto_bignum_legendre (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 69 res = crypto_bignum_legendre(tmp, prime); in dragonfly_get_random_qr_qnr() 165 res = crypto_bignum_legendre(num, prime); in dragonfly_is_quadratic_residue_blind()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 69 res = crypto_bignum_legendre(tmp, prime); in dragonfly_get_random_qr_qnr() 165 res = crypto_bignum_legendre(num, prime); in dragonfly_is_quadratic_residue_blind()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 711 * crypto_bignum_legendre - Compute the Legendre symbol (a/p) 716 int crypto_bignum_legendre(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1591 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre() function
|
H A D | crypto_wolfssl.c | 1272 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 718 * crypto_bignum_legendre - Compute the Legendre symbol (a/p) 723 int crypto_bignum_legendre(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1278 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre() function
|
H A D | crypto_openssl.c | 1664 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre() function
|
Completed in 14 milliseconds