Home
last modified time | relevance | path

Searched defs:key_id (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c53 esp_err_t esp_hmac_calculate(hmac_key_id_t key_id, in esp_hmac_calculate()
143 static ets_efuse_block_t convert_key_type(hmac_key_id_t key_id) { in convert_key_type()
147 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
194 static ets_efuse_block_t convert_key_type(hmac_key_id_t key_id) { in convert_key_type()
198 esp_err_t esp_hmac_calculate(hmac_key_id_t key_id, in esp_hmac_calculate()
222 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
Desp_ds.c98 hmac_key_id_t key_id, in esp_ds_sign()
122 hmac_key_id_t key_id, in esp_ds_start_sign()
281 hmac_key_id_t key_id, in esp_ds_sign()
305 hmac_key_id_t key_id, in esp_ds_start_sign()
/hal_espressif-latest/components/hal/
Dhmac_hal.c17 uint32_t hmac_hal_configure(hmac_hal_output_t config, uint32_t key_id) in hmac_hal_configure()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dhmac_ll.h67 static inline void hmac_ll_config_hw_key_id(uint32_t key_id) in hmac_ll_config_hw_key_id()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dhmac_ll.h70 static inline void hmac_ll_config_hw_key_id(uint32_t key_id) in hmac_ll_config_hw_key_id()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dhmac_ll.h78 static inline void hmac_ll_config_hw_key_id(uint32_t key_id) in hmac_ll_config_hw_key_id()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dhmac_ll.h70 static inline void hmac_ll_config_hw_key_id(uint32_t key_id) in hmac_ll_config_hw_key_id()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1552 UINT8 key_id[4] = {0x65, 0x6c, 0x74, 0x62}; in smp_calculate_f5() local
1637 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5_mackey_or_long_term_key()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h169 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member
184 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls.h209 const char *key_id; member