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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 517 * crypto_bignum_mod - c = a % b
523 int crypto_bignum_mod(const struct crypto_bignum *a,
crypto_openssl.c 886 int crypto_bignum_mod(const struct crypto_bignum *a, function
  /external/wpa_supplicant_8/src/common/
sae.c 489 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order,
621 crypto_bignum_mod(tmp, sae->tmp->order, tmp);

Completed in 118 milliseconds