Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_crypto_types.h153 typedef int (*esp_hmac_md5_vector_t)(const unsigned char *key, unsigned int key_len, unsigned int n… typedef
381 esp_hmac_md5_vector_t hamc_md5_vector;
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c63 .hamc_md5_vector = (esp_hmac_md5_vector_t)hmac_md5_vector,