Lines Matching refs:btstack_crypto_aes128_cmac_t
198 static uint8_t btstack_crypto_cmac_get_byte(btstack_crypto_aes128_cmac_t * btstack_crypto_cmac, uin… in btstack_crypto_cmac_get_byte()
221 static void btstack_crypto_cmac_calc(btstack_crypto_aes128_cmac_t * btstack_crypto_cmac) { in btstack_crypto_cmac_calc()
293 static int btstack_crypto_cmac_last_block_complete(btstack_crypto_aes128_cmac_t * btstack_crypto_cm… in btstack_crypto_cmac_last_block_complete()
299 static void btstack_crypto_cmac_handle_aes_engine_ready(btstack_crypto_aes128_cmac_t * btstack_cryp… in btstack_crypto_cmac_handle_aes_engine_ready()
371 static void btstack_crypto_cmac_handle_encryption_result(btstack_crypto_aes128_cmac_t * btstack_cry… in btstack_crypto_cmac_handle_encryption_result()
397 static void btstack_crypto_cmac_start(btstack_crypto_aes128_cmac_t * btstack_crypto_cmac){ in btstack_crypto_cmac_start()
841 btstack_crypto_aes128_cmac_t * btstack_crypto_cmac; in btstack_crypto_run()
880 btstack_crypto_cmac = (btstack_crypto_aes128_cmac_t *) btstack_crypto; in btstack_crypto_run()
1032 btstack_crypto_aes128_cmac_t * btstack_crypto_cmac; in btstack_crypto_handle_encryption_result()
1046 …btstack_crypto_cmac = (btstack_crypto_aes128_cmac_t*) btstack_linked_list_get_first_item(&btstack_… in btstack_crypto_handle_encryption_result()
1207 void btstack_crypto_aes128_cmac_generator(btstack_crypto_aes128_cmac_t * request, const uint8_t * k… in btstack_crypto_aes128_cmac_generator()
1219 void btstack_crypto_aes128_cmac_message(btstack_crypto_aes128_cmac_t * request, const uint8_t * key… in btstack_crypto_aes128_cmac_message()
1231 void btstack_crypto_aes128_cmac_zero(btstack_crypto_aes128_cmac_t * request, uint16_t size, const u… in btstack_crypto_aes128_cmac_zero()