Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h1183 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2);
Dcrypto_mbedtls_alt.c2946 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
Dcrypto_wolfssl.c2731 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
Dcrypto_openssl.c4121 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
/hostap-latest/src/common/
Ddpp.c2823 if (crypto_ec_key_cmp(key, auth->own_protocol_key)) { in dpp_parse_connector()