Lines Matching refs:callback

185     (*btstack_crypto->context_callback.callback)(btstack_crypto->context_callback.context);  in btstack_crypto_done()
389 …(*btstack_crypto_cmac->btstack_crypto.context_callback.callback)(btstack_crypto_cmac->btstack_cryp… in btstack_crypto_cmac_handle_encryption_result()
944 …(*btstack_crypto_ec_p192->btstack_crypto.context_callback.callback)(btstack_crypto_ec_p192->btstac… in btstack_crypto_run()
976 …(*btstack_crypto_ec_p192->btstack_crypto.context_callback.callback)(btstack_crypto_ec_p192->btstac… in btstack_crypto_run()
1007 …(*btstack_crypto_random->btstack_crypto.context_callback.callback)(btstack_crypto_random->btstack_… in btstack_crypto_handle_random_data()
1170 …(*btstack_crypto_ec_p192->btstack_crypto.context_callback.callback)(btstack_crypto_ec_p192->btstac… in btstack_crypto_event_handler()
1186 …ack_crypto_random_t * request, uint8_t * buffer, uint16_t size, void (* callback)(void * arg), voi… in btstack_crypto_random_generate()
1187 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_random_generate()
1196 …uint8_t * key, const uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), voi… in btstack_crypto_aes128_encrypt()
1197 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_aes128_encrypt()
1207 …ze, uint8_t (*get_byte_callback)(uint16_t pos), uint8_t * hash, void (* callback)(void * arg), voi… in btstack_crypto_aes128_cmac_generator()
1208 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_aes128_cmac_generator()
1219 … * key, uint16_t size, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), voi… in btstack_crypto_aes128_cmac_message()
1220 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_aes128_cmac_message()
1231 …quest, uint16_t size, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), voi… in btstack_crypto_aes128_cmac_zero()
1232 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_aes128_cmac_zero()
1244 …_key(btstack_crypto_ecc_p256_t * request, uint8_t * public_key, void (* callback)(void * arg), voi… in btstack_crypto_ecc_p256_generate_key()
1249 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_ecc_p256_generate_key()
1257 …_p256_t * request, const uint8_t * public_key, uint8_t * dhkey, void (* callback)(void * arg), voi… in btstack_crypto_ecc_p256_calculate_dhkey()
1258 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_ecc_p256_calculate_dhkey()
1313 …authenticated_data, uint16_t additional_authenticated_data_len, void (* callback)(void * arg), voi… in btstack_crypto_ccm_digest()
1315 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_ccm_digest()
1328 … uint16_t len, const uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), voi… in btstack_crypto_ccm_encrypt_block()
1332 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_ccm_encrypt_block()
1345 … uint16_t len, const uint8_t * ciphertext, uint8_t * plaintext, void (* callback)(void * arg), voi… in btstack_crypto_ccm_decrypt_block()
1346 request->btstack_crypto.context_callback.callback = callback; in btstack_crypto_ccm_decrypt_block()
1376 hci_event_callback_registration.callback = &btstack_crypto_event_handler; in btstack_crypto_init()