Searched refs:crypto_bignum_cmp (Results 1 – 3 of 3) sorted by relevance
136 crypto_bignum_cmp(bn, sae->tmp->order) >= 0) { in sae_get_rand()965 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) { in sae_parse_commit_scalar()975 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) { in sae_parse_commit_scalar()1063 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc()1126 crypto_bignum_cmp(sae->tmp->own_commit_scalar, in sae_parse_commit()1130 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
592 int crypto_bignum_cmp(const struct crypto_bignum *a,
1085 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function