Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha256-tlsprf.c60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
Dsha256.c100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld26 PROVIDE ( hmac_sha256 = 0x40060d58 ); symbol
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c24 if (hmac_sha256(comeback_key, COMEBACK_KEY_SIZE, in comeback_token_hash()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_process.c74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 || in wps_process_key_wrap_auth()
Dwps_common.c143 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk()
147 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
Dwps_attr_build.c388 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server.c746 if (hmac_sha256(erp->rIK, erp->rIK_len, in erp_send_finish_reauth()
931 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
944 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
956 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c919 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
937 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
Ddpp.c156 return hmac_sha256(key, key_len, data, data_len, mac); in dpp_hmac()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c357 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2977 …res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey), wpabuf_head(sh_secret), wpabuf_len(sh_secre… in owe_process_assoc_resp()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32.ld316 PROVIDE ( hmac_sha256 = 0x40060d58 ); symbol