Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_crypto_types.h126 typedef int (*esp_sha256_prf_t)(const unsigned char *key, int key_len, const char *label, typedef
379esp_sha256_prf_t sha256_prf; /**< station connect function used when check MIC…
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c61 .sha256_prf = (esp_sha256_prf_t)sha256_prf,