Home
last modified time | relevance | path

Searched refs:hmac (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_record.c155 struct crypto_hash *hmac; in tlsv1_record_send() local
207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret, in tlsv1_record_send()
209 if (hmac == NULL) { in tlsv1_record_send()
214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_send()
216 crypto_hash_update(hmac, ct_start, TLS_RECORD_HEADER_LEN); in tlsv1_record_send()
217 crypto_hash_update(hmac, payload, payload_len); in tlsv1_record_send()
222 crypto_hash_finish(hmac, NULL, NULL); in tlsv1_record_send()
226 if (crypto_hash_finish(hmac, pos, &clen) < 0) { in tlsv1_record_send()
284 struct crypto_hash *hmac; in tlsv1_record_receive() local
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret, in tlsv1_record_receive()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c56 uint8_t *hmac) in esp_hmac_calculate() argument
60 if (!message || !hmac) { in esp_hmac_calculate()
132 hmac_hal_read_result_256(hmac); in esp_hmac_calculate()
201 uint8_t *hmac) in esp_hmac_calculate() argument
204 if (!message || !hmac) return ESP_ERR_INVALID_ARG; in esp_hmac_calculate()
210 hmac_ret = ets_hmac_calculate_message(convert_key_type(key_id), message, message_len, hmac); in esp_hmac_calculate()
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dhmac.h31 …ulate_message(ets_efuse_block_t key_block, const void *message, size_t message_len, uint8_t *hmac);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dhmac.h33 …ulate_message(ets_efuse_block_t key_block, const void *message, size_t message_len, uint8_t *hmac);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dhmac.h25 …ulate_message(ets_efuse_block_t key_block, const void *message, size_t message_len, uint8_t *hmac);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dhmac.h25 …ulate_message(ets_efuse_block_t key_block, const void *message, size_t message_len, uint8_t *hmac);
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dhmac.h33 …ulate_message(ets_efuse_block_t key_block, const void *message, size_t message_len, uint8_t *hmac);
/hal_espressif-latest/components/esp_hw_support/include/
Desp_hmac.h58 uint8_t *hmac);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst27 Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds
95 … . Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds
/hal_espressif-latest/components/bt/
DCMakeLists.txt442 "esp_ble_mesh/mesh_common/tinycrypt/src/hmac.c"
558 "porting/ext/tinycrypt/src/hmac.c"
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h222 … (*_rom_mbedtls_md_setup)( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );