Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.h53 inline void aes_cmac(const Octet16& key, const uint8_t* message, in aes_cmac() function
61 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/gd/crypto_toolbox/
Dcrypto_toolbox.h65 inline void aes_cmac(const Octet16& key, const uint8_t* message, uint16_t length, uint16_t tlen, ui… in aes_cmac() function
72 inline Octet16 aes_cmac(const Octet16& key, const Octet16& message) { in aes_cmac() function
Dcrypto_toolbox_test.cc214 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST() local
256 Octet16 aes_cmac = h6(key, keyID); in TEST() local
295 Octet16 aes_cmac = h7(SALT, Key); in TEST() local
Daes_cmac.cc171 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
/system/bt/test/mock/
Dmock_stack_crypto_toolbox_aes_cmac.cc35 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