Home
last modified time | relevance | path

Searched refs:crypto_ec_key_cmp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h1183 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2);
H A Dcrypto_wolfssl.c2731 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
H A Dcrypto_openssl.c4121 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
/freebsd/contrib/wpa/src/common/
H A Ddpp.c2823 if (crypto_ec_key_cmp(key, auth->own_protocol_key)) { in dpp_parse_connector()