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

  /external/wpa_supplicant_8/src/common/
sae.c 136 crypto_bignum_cmp(bn, sae->tmp->order) >= 0) {
965 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) {
975 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) {
1063 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) {
1126 crypto_bignum_cmp(sae->tmp->own_commit_scalar,
1130 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto.h 587 * crypto_bignum_cmp - Compare two bignums
592 int crypto_bignum_cmp(const struct crypto_bignum *a,
crypto_openssl.c 1085 int crypto_bignum_cmp(const struct crypto_bignum *a, function

Completed in 44 milliseconds