/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha1-prf.c | 51 if (hmac_sha1_vector(key, key_len, 3, addr, len, in sha1_prf() 56 if (hmac_sha1_vector(key, key_len, 3, addr, len, in sha1_prf()
|
D | sha1.c | 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() function 107 return hmac_sha1_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha1()
|
D | sha1-tlsprf.c | 72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5() 83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5()
|
D | crypto_ops.c | 71 .hmac_sha1_vector = (esp_hmac_sha1_vector_t)hmac_sha1_vector,
|
D | sha1-tprf.c | 57 if (hmac_sha1_vector(key, key_len, 5, addr, len, hash)) in sha1_t_prf()
|
D | sha1.h | 14 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem,
|
D | sha1-pbkdf2.c | 40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap_common.c | 75 if (hmac_sha1_vector(key, key_len, 5, addr, len, hash) < 0) in peap_prfplus()
|
D | eap_peap.c | 355 hmac_sha1_vector(data->cmk, 20, 2, addr, len, mac); in eap_tlv_add_cryptobinding()
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 25 PROVIDE ( hmac_sha1_vector = 0x400609e4 ); symbol
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 406 …esp_hmac_sha1_vector_t hmac_sha1_vector; /**< HMAC-SHA1 callback function over data vector… member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 376 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() function 386 return hmac_sha1_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha1()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_8266.ld | 182 PROVIDE ( hmac_sha1_vector = 0x4000b8b4 ); symbol
|
D | rom_32.ld | 315 PROVIDE ( hmac_sha1_vector = 0x400609e4 ); symbol
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 1245 hmac_sha1_vector(pmk, pmk_len, 3, addr, len, hash); in rsn_pmkid()
|