Searched refs:hmac (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_record.c | 155 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/ |
D | esp_hmac.c | 56 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/ |
D | hmac.h | 31 …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/ |
D | hmac.h | 33 …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/ |
D | hmac.h | 25 …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/ |
D | hmac.h | 25 …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/ |
D | hmac.h | 33 …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/ |
D | esp_hmac.h | 58 uint8_t *hmac);
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-P4.rst | 27 Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds 95 … . Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 442 "esp_ble_mesh/mesh_common/tinycrypt/src/hmac.c" 558 "porting/ext/tinycrypt/src/hmac.c"
|
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.h | 222 … (*_rom_mbedtls_md_setup)( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
|