Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h988 int crypto_ecdh(struct crypto_key *key_own, struct crypto_key *key_peer,
1140 struct crypto_ecdh;
1142 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
1144 struct crypto_ecdh * crypto_ecdh_init(int group);
1146 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh,int y);
1147 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c739 int crypto_ecdh(struct crypto_key *key_own, struct crypto_key *key_peer, in crypto_ecdh() function
1059 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1070 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init()
1109 return (struct crypto_ecdh *)ctx; in crypto_ecdh_init()
1121 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int y) in crypto_ecdh_get_pubkey()
1141 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h115 struct crypto_ecdh *owe_ecdh;
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h22 struct crypto_ecdh;
551 struct crypto_ecdh *ecdh;
Ddpp.c236 return crypto_ecdh(own, peer, secret, secret_len); in dpp_ecdh()