Home
last modified time | relevance | path

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

/hostap-3.7.0/src/crypto/
Dcrypto.h1166 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2);
Dcrypto_openssl.c2933 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
Dcrypto_mbedtls_alt.c3273 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() function
/hostap-3.7.0/src/common/
Ddpp.c2594 if (crypto_ec_key_cmp(key, auth->own_protocol_key)) { in dpp_parse_connector()