Home
last modified time | relevance | path

Searched refs:hmac_sha1 (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c70 .hmac_sha1 = (esp_hmac_sha1_t)hmac_sha1,
Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
Dsha1-tlsprf.c86 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/
Desp32.rom.redefined.ld24 PROVIDE ( hmac_sha1 = 0x40060acc ); symbol
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h405 …esp_hmac_sha1_t hmac_sha1; /**< HMAC-SHA1 callback function over data buffer… member
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_8266.ld181 PROVIDE ( hmac_sha1 = 0x4000ba28 ); symbol
Drom_32.ld314 PROVIDE ( hmac_sha1 = 0x40060acc ); symbol
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast.c633 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()
Deap_peap.c450 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c383 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/
Dwpa_common.c904 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()