HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_legendre (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto.h 617 * crypto_bignum_legendre - Compute the Legendre symbol (a/p)
622 int crypto_bignum_legendre(const struct crypto_bignum *a,
crypto_openssl.c 1110 int crypto_bignum_legendre(const struct crypto_bignum *a, function
  /external/wpa_supplicant_8/src/common/
sae.c 248 res = crypto_bignum_legendre(num, sae->tmp->prime);
404 res = crypto_bignum_legendre(q, prime_bn);
    [all...]

Completed in 499 milliseconds