Home
last modified time | relevance | path

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 Dcmac_mode.h142 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key,
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dcmac_mode.c97 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 Dbt_crypto.c419 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 Dgatt.c671 if (tc_cmac_setup(&state.state, key, &sched) == TC_CRYPTO_FAIL) { in db_hash_gen()
A Dsmp.c503 if (tc_cmac_setup(&state, key, &sched) == TC_CRYPTO_FAIL) { in bt_smp_aes_cmac()

Completed in 19 milliseconds