Lines Matching refs:btstack_crypto_operations
139 static btstack_linked_list_t btstack_crypto_operations; variable
184 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_done()
388 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_cmac_handle_encryption_result()
853 if (btstack_linked_list_empty(&btstack_crypto_operations)) return; in btstack_crypto_run()
862 …tstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_run()
943 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_run()
975 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_run()
993 …tstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_handle_random_data()
1006 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_handle_random_data()
1036 …tstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_handle_encryption_result()
1040 …aes128 = (btstack_crypto_aes128_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_handle_encryption_result()
1046 …c = (btstack_crypto_aes128_cmac_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_handle_encryption_result()
1053 …rypto_ccm = (btstack_crypto_ccm_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_handle_encryption_result()
1143 …p192 = (btstack_crypto_ecc_p256_t*) btstack_linked_list_get_first_item(&btstack_crypto_operations); in btstack_crypto_event_handler()
1169 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_event_handler()
1192 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_random_generate()
1203 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_aes128_encrypt()
1215 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_aes128_cmac_generator()
1227 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_aes128_cmac_message()
1239 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_aes128_cmac_zero()
1253 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_ecc_p256_generate_key()
1263 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_ecc_p256_calculate_dhkey()
1320 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_ccm_digest()
1341 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_ccm_encrypt_block()
1355 btstack_linked_list_add_tail(&btstack_crypto_operations, (btstack_linked_item_t*) request); in btstack_crypto_ccm_decrypt_block()
1368 btstack_crypto_operations = NULL; in btstack_crypto_state_reset()
1407 return btstack_linked_list_empty(&btstack_crypto_operations); in btstack_crypto_idle()