Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c139 int is_hmac = 0; in crypto_hash_init() local
168 is_hmac = 1; in crypto_hash_init()
183 if (mbedtls_md_setup(ctx, md_info, is_hmac) != 0) { in crypto_hash_init()
186 if (is_hmac) { in crypto_hash_init()