Searched refs:hmac_sha256 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha256-tlsprf.c | 60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
|
D | sha256.h | 16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256.c | 100 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/ |
D | esp32.rom.redefined.ld | 26 PROVIDE ( hmac_sha256 = 0x40060d58 ); symbol
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 24 if (hmac_sha256(comeback_key, COMEBACK_KEY_SIZE, in comeback_token_hash()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 || in wps_process_key_wrap_auth()
|
D | wps_common.c | 143 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()
|
D | wps_attr_build.c | 388 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/ |
D | eap_server.c | 746 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/ |
D | wpa_common.c | 919 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()
|
D | dpp.c | 156 return hmac_sha256(key, key_len, data, data_len, mac); in dpp_hmac()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 357 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/ |
D | wpa.c | 2977 …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/ |
D | rom_32.ld | 316 PROVIDE ( hmac_sha256 = 0x40060d58 ); symbol
|