Searched refs:esp_sha256_prf_t (Results 1 – 2 of 2) sorted by relevance
129 typedef int (*esp_sha256_prf_t)(const unsigned char *key, int key_len, const char *label, typedef402 …esp_sha256_prf_t sha256_prf; /**< The SHA256 PRF callback function used by esp…
67 .sha256_prf = (esp_sha256_prf_t)sha256_prf,