Home
last modified time | relevance | path

Searched refs:ecdh (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h1142 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
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.c1059 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() argument
1061 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_deinit()
1121 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int y) in crypto_ecdh_get_pubkey() argument
1125 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_get_pubkey()
1141 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() argument
1153 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h551 struct crypto_ecdh *ecdh; member