Home
last modified time | relevance | path

Searched refs:esp_hmac_md5_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h142 typedef int (*esp_hmac_md5_t)(const unsigned char *key, unsigned int key_len, const unsigned char *… typedef
403esp_hmac_md5_t hmac_md5; /**< HMAC-MD5 callback function over data buffer …
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c68 .hmac_md5 = (esp_hmac_md5_t)hmac_md5,