Home
last modified time | relevance | path

Searched refs:btstack_crypto_operations (Results 1 – 1 of 1) sorted by relevance

/btstack/src/
H A Dbtstack_crypto.c139 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()
[all …]