/hal_espressif-3.6.0/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 | 60 .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,
|
D | crypto_mbedtls.c | 235 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() function 245 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
|
/hal_espressif-3.6.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 27 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 378 …esp_hmac_sha256_vector_t hmac_sha256_vector; /**< station connect function used when check MIC… member
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 49 hmac_sha256_vector(key, SHA256_MAC_LEN, 4, addr, len, hash); in wps_kdf() 117 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk); in wps_derive_keys()
|
D | wps_enrollee.c | 78 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash() 88 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash() 597 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce1() 637 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce2()
|
D | wps_attr_process.c | 41 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); in wps_process_authenticator()
|
D | wps_attr_build.c | 169 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); in wps_build_authenticator()
|
D | wps_registrar.c | 1430 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 1440 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 2174 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce1() 2214 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce2()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 557 if (hmac_sha256_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b() 746 hmac_sha256_vector(pmk, pmk_len, 3, addr, len, hash); in rsn_pmkid()
|
D | sae.c | 497 if (hmac_sha256_vector(addrs, sizeof(addrs), num_elem, in sae_derive_pwe_ecc() 604 if (hmac_sha256_vector(addrs, sizeof(addrs), num_elem, in sae_derive_pwe_ffc() 1298 hmac_sha256_vector(sae->tmp->kck, sizeof(sae->tmp->kck), 5, addr, len, in sae_cn_confirm()
|
D | dpp.c | 138 return hmac_sha256_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32.ld | 317 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 41257 .literal.hmac_sha256_vector 46567 .text.hmac_sha256_vector 46570 0x00000000400e8a24 hmac_sha256_vector 70385 hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s2.map | 42071 .literal.hmac_sha256_vector 47563 .text.hmac_sha256_vector 47566 0x0000000040098e80 hmac_sha256_vector 71515 hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s3.map | 53617 .literal.hmac_sha256_vector 58609 .text.hmac_sha256_vector 58612 0x0000000042018fc4 hmac_sha256_vector 86590 hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32c3.map | 36077 .text.hmac_sha256_vector 36079 0x000000004201138e hmac_sha256_vector 65811 hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | app.map | 24701 [!provide] PROVIDE (hmac_sha256_vector, 0x40060c84)
|