Searched defs:aes_cmac (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.h | 53 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
|
D | aes_cmac.cc | 182 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
|
/system/bt/gd/crypto_toolbox/ |
D | crypto_toolbox.h | 65 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
|
D | crypto_toolbox_test.cc | 214 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
|
D | aes_cmac.cc | 171 Octet16 aes_cmac(const Octet16& key, const uint8_t* input, uint16_t length) { in aes_cmac() function
|
/system/bt/test/mock/ |
D | mock_stack_crypto_toolbox_aes_cmac.cc | 35 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
|