Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_crypto_types.h198 typedef int (*esp_sha1_prf_t)(const unsigned char *key, unsigned int key_len, const char *label, typedef
384 esp_sha1_prf_t sha1_prf;
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c66 .sha1_prf = (esp_sha1_prf_t)sha1_prf,