Searched refs:MacKey (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/stack/test/ |
H A D | crypto_toolbox_test.cc | 228 Octet16 MacKey{0x29, 0x65, 0xf1, 0x76, 0xa1, 0x08, 0x4a, 0x02, in TEST() local 241 std::reverse(std::begin(MacKey), std::end(MacKey)); in TEST() 244 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST()
|
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | crypto_toolbox_test.cc | 199 …Octet16 MacKey{0x29, 0x65, 0xf1, 0x76, 0xa1, 0x08, 0x4a, 0x02, 0xfd, 0x3f, 0x6a, 0x20, 0xce, 0x63,… in TEST() local 211 std::reverse(std::begin(MacKey), std::end(MacKey)); in TEST() 214 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST()
|