Searched defs:aes_cmac (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox.h | 75 inline void aes_cmac( in aes_cmac() function 87 inline bluetooth::hci::Octet16 aes_cmac( in aes_cmac() function
|
D | crypto_toolbox_test.cc | 215 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
|
D | aes_cmac.cc | 176 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
|