Searched refs:hmac_sha1 (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 70 .hmac_sha1 = (esp_hmac_sha1_t)hmac_sha1,
|
D | sha1.h | 16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
|
D | sha1.c | 104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
D | sha1-pbkdf2.c | 46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
|
D | sha1-tlsprf.c | 86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 24 PROVIDE ( hmac_sha1 = 0x40060acc ); symbol
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 405 …esp_hmac_sha1_t hmac_sha1; /**< HMAC-SHA1 callback function over data buffer… member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_8266.ld | 181 PROVIDE ( hmac_sha1 = 0x4000ba28 ); symbol
|
D | rom_32.ld | 314 PROVIDE ( hmac_sha1 = 0x40060acc ); symbol
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 633 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding() 774 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|
D | eap_peap.c | 450 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 383 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 904 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
|