Searched defs:key_id (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_hmac.c | 53 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()
|
D | esp_ds.c | 98 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/ |
D | hmac_hal.c | 17 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/ |
D | hmac_ll.h | 67 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/ |
D | hmac_ll.h | 70 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/ |
D | hmac_ll.h | 78 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/ |
D | hmac_ll.h | 70 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/ |
D | smp_keys.c | 1552 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/ |
D | wpa_common.h | 169 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/ |
D | tls.h | 209 const char *key_id; member
|