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 643 * crypto_bignum_legendre - Compute the Legendre symbol (a/p)
648 int crypto_bignum_legendre(const struct crypto_bignum *a,
crypto_openssl.c 1352 int crypto_bignum_legendre(const struct crypto_bignum *a, function
    [all...]
  /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 77 milliseconds