Lines Matching defs:btstack_crypto_ccm

443 static void btstack_crypto_ccm_setup_a_i(btstack_crypto_ccm_t * btstack_crypto_ccm, uint16_t counte…  in btstack_crypto_ccm_setup_a_i()
478 static void btstack_crypto_ccm_setup_b_0(btstack_crypto_ccm_t * btstack_crypto_ccm, uint8_t * b0){ in btstack_crypto_ccm_setup_b_0()
603 static void btstack_crypto_ccm_next_block(btstack_crypto_ccm_t * btstack_crypto_ccm, btstack_crypto… in btstack_crypto_ccm_next_block()
625 static void btstack_crypto_ccm_handle_s0(btstack_crypto_ccm_t * btstack_crypto_ccm, const uint8_t *… in btstack_crypto_ccm_handle_s0()
638 static void btstack_crypto_ccm_handle_sn(btstack_crypto_ccm_t * btstack_crypto_ccm, const uint8_t *… in btstack_crypto_ccm_handle_sn()
661 static void btstack_crypto_ccm_handle_aad_xn(btstack_crypto_ccm_t * btstack_crypto_ccm) { in btstack_crypto_ccm_handle_aad_xn()
675 static void btstack_crypto_ccm_handle_x1(btstack_crypto_ccm_t * btstack_crypto_ccm) { in btstack_crypto_ccm_handle_x1()
697 static void btstack_crypto_ccm_handle_xn(btstack_crypto_ccm_t * btstack_crypto_ccm) { in btstack_crypto_ccm_handle_xn()
715 static void btstack_crypto_ccm_calc_s0(btstack_crypto_ccm_t * btstack_crypto_ccm){ in btstack_crypto_ccm_calc_s0()
730 static void btstack_crypto_ccm_calc_sn(btstack_crypto_ccm_t * btstack_crypto_ccm){ in btstack_crypto_ccm_calc_sn()
745 static void btstack_crypto_ccm_calc_x1(btstack_crypto_ccm_t * btstack_crypto_ccm){ in btstack_crypto_ccm_calc_x1()
757 static void btstack_crypto_ccm_calc_xn(btstack_crypto_ccm_t * btstack_crypto_ccm, const uint8_t * p… in btstack_crypto_ccm_calc_xn()
789 static void btstack_crypto_ccm_calc_aad_xn(btstack_crypto_ccm_t * btstack_crypto_ccm){ in btstack_crypto_ccm_calc_aad_xn()
840 btstack_crypto_ccm_t * btstack_crypto_ccm; in btstack_crypto_run() local
1033 btstack_crypto_ccm_t * btstack_crypto_ccm; in btstack_crypto_handle_encryption_result() local