Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c143 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */ in cmac_aes_k_calculate()
193 smp_xor_128(&cmac_cb.text[0], k1); in cmac_prepare_last_block()
197 smp_xor_128(&cmac_cb.text[0], k2); in cmac_prepare_last_block()
220 smp_xor_128(k1, const_Rb); in cmac_subkey_cont()
228 smp_xor_128(k2, const_Rb); in cmac_subkey_cont()
Dsmp_keys.c661 smp_xor_128(p1, rand); in smp_calculate_comfirm()
699 smp_xor_128(p2, p->param_buf); in smp_calculate_comfirm_cont()
Dsmp_utils.c878 void smp_xor_128(BT_OCTET16 a, const BT_OCTET16 b) in smp_xor_128() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h482 extern void smp_xor_128(BT_OCTET16 a, const BT_OCTET16 b);