Home
last modified time | relevance | path

Searched defs:aes_cmac (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.h75 inline void aes_cmac( in aes_cmac() function
87 inline bluetooth::hci::Octet16 aes_cmac( in aes_cmac() function
Dcrypto_toolbox_test.cc215 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST() local
257 Octet16 aes_cmac = h6(key, keyID); in TEST() local
296 Octet16 aes_cmac = h7(SALT, Key); in TEST() local
Daes_cmac.cc176 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function