Searched defs:aes_cmac (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.h | 50 inline void aes_cmac(const Octet16& key, const uint8_t* message, in aes_cmac() function 58 inline Octet16 aes_cmac(const Octet16& key, const Octet16& message) { in aes_cmac() function
|
D | aes_cmac.cc | 182 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
|
/system/bt/stack/test/ |
D | crypto_toolbox_test.cc | 244 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST() local 291 Octet16 aes_cmac = h6(key, keyID); in TEST() local 334 Octet16 aes_cmac = h7(SALT, Key); in TEST() local
|