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

  /external/wpa_supplicant_8/src/common/
sae.c 135 crypto_bignum_is_one(bn) ||
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
684 crypto_bignum_is_one(sae->tmp->own_commit_scalar));
770 crypto_bignum_is_one(K) ||
974 crypto_bignum_is_one(peer_scalar) ||
1062 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) ||
1074 !crypto_bignum_is_one(res)) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto.h 610 * crypto_bignum_is_one - Is the given bignum one
614 int crypto_bignum_is_one(const struct crypto_bignum *a);
crypto_openssl.c 1104 int crypto_bignum_is_one(const struct crypto_bignum *a) function

Completed in 49 milliseconds