Searched refs:tc_cmac_setup (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | cmac_mode.h | 142 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | cmac_mode.h | 142 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key,
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | cmac_mode.c | 97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | cmac_mode.c | 97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 31 if (tc_cmac_setup(&state, key, &sched) == TC_CRYPTO_FAIL) { in bt_mesh_aes_cmac()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 190 most 2^48 calls to tc_cmac_update function before re-calling tc_cmac_setup
|