Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes_cmac.cc55 static void xor_128(Octet16* a, const Octet16& b) { in xor_128() function
111 xor_128((Octet16*)&cmac_cb.text[(cmac_cb.round - i) * kOctet16Length], x); in cmac_aes_k_calculate()
132 xor_128((Octet16*)&cmac_cb.text[0], k1); in cmac_prepare_last_block()
137 xor_128((Octet16*)&cmac_cb.text[0], k2); in cmac_prepare_last_block()
155 xor_128(&k1, const_Rb); in cmac_generate_subkey()
163 xor_128(&k2, const_Rb); in cmac_generate_subkey()