Home
last modified time | relevance | path

Searched refs:IOcap (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/stack/test/
H A Dcrypto_toolbox_test.cc224 std::vector<uint8_t> IOcap{0x01, 0x01, 0x02}; in TEST() local
238 std::reverse(std::begin(IOcap), std::end(IOcap)); 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 Dcrypto_toolbox_test.cc195 std::vector<uint8_t> IOcap{0x01, 0x01, 0x02}; in TEST() local
208 std::reverse(std::begin(IOcap), std::end(IOcap)); in TEST()
214 Octet16 aes_cmac = f6(MacKey, n1, n2, r, IOcap.data(), a1.data(), a2.data()); in TEST()