Searched refs:btstack_crypto_cmac_block_count (Results 1 – 1 of 1) sorted by relevance
149 static uint8_t btstack_crypto_cmac_block_count; variable376 …ck_crypto_cmac_state = (btstack_crypto_cmac_block_current < (btstack_crypto_cmac_block_count - 1u)… in btstack_crypto_cmac_handle_encryption_result()380 …ck_crypto_cmac_state = (btstack_crypto_cmac_block_current < (btstack_crypto_cmac_block_count - 1u)… in btstack_crypto_cmac_handle_encryption_result()404 btstack_crypto_cmac_block_count = (btstack_crypto_cmac->size + 15u) / 16u; in btstack_crypto_cmac_start()407 if (btstack_crypto_cmac_block_count==0u){ in btstack_crypto_cmac_start()408 btstack_crypto_cmac_block_count = 1; in btstack_crypto_cmac_start()410 …o_cmac_start: len %u, block count %u", btstack_crypto_cmac->size, btstack_crypto_cmac_block_count); in btstack_crypto_cmac_start()