Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.h50 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
Daes_cmac.cc182 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
/system/bt/stack/test/
Dcrypto_toolbox_test.cc244 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