Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c1059 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
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/common/
Ddpp.h551 struct crypto_ecdh *ecdh; member