Searched refs:tc_cmac_setup (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | cmac_mode.h | 142 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key,
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | cmac_mode.c | 97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup() function
|
/AliOS-Things-master/components/ble_host/bt_crypto/ |
A D | bt_crypto.c | 419 if (tc_cmac_setup(&state, key, &sched) == TC_CRYPTO_FAIL) { in bt_crypto_aes_cmac()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 671 if (tc_cmac_setup(&state.state, key, &sched) == TC_CRYPTO_FAIL) { in db_hash_gen()
|
A D | smp.c | 503 if (tc_cmac_setup(&state, key, &sched) == TC_CRYPTO_FAIL) { in bt_smp_aes_cmac()
|
Completed in 19 milliseconds