/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha256-tlsprf.c | 53 if (hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) in tls_prf_sha256() 58 if (hmac_sha256_vector(secret, secret_len, 3, addr, len, P) < in tls_prf_sha256()
|
D | sha256-kdf.c | 56 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) in hmac_sha256_kdf() 77 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0) in hmac_sha256_kdf()
|
D | sha256.c | 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() function 103 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
|
D | sha256-prf.c | 81 if (hmac_sha256_vector(key, key_len, 4, addr, len, in sha256_prf_bits() 86 if (hmac_sha256_vector(key, key_len, 4, addr, len, in sha256_prf_bits()
|
D | crypto_ops.c | 66 .hmac_sha256_vector = (esp_hmac_sha256_vector_t)hmac_sha256_vector,
|
D | sha256.h | 14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 59 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in check_comeback_token() 132 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in auth_build_token_req()
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 27 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 401 …esp_hmac_sha256_vector_t hmac_sha256_vector; /**< The SHA256 callback function used by esp_wif… member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 43 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_process_authenticator()
|
D | wps_enrollee.c | 68 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash() 78 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash() 658 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce1() 698 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce2()
|
D | wps_common.c | 51 hmac_sha256_vector(key, SHA256_MAC_LEN, 4, addr, len, hash); in wps_kdf() 118 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk); in wps_derive_keys()
|
D | wps_attr_build.c | 184 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_build_authenticator()
|
D | wps_registrar.c | 1502 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 1512 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 2332 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce1() 2372 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce2()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 350 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() function 360 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 1052 if (hmac_sha256_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b() 1240 hmac_sha256_vector(pmk, pmk_len, 3, addr, len, hash); in rsn_pmkid()
|
D | sae.c | 354 if (hmac_sha256_vector(addrs, sizeof(addrs), 2, in sae_derive_pwe_ecc() 491 if (hmac_sha256_vector(addrs, sizeof(addrs), 2, in sae_derive_pwe_ffc() 529 return hmac_sha256_vector(salt, salt_len, num_elem, addr, len, in hkdf_extract()
|
D | dpp.c | 138 return hmac_sha256_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32.ld | 317 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol
|