Searched refs:dhkey_w (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 163 std::array<uint8_t, 32> dhkey_w{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, 0x34, 0x10, 0x10, in TEST() local 176 std::reverse(std::begin(dhkey_w), std::end(dhkey_w)); in TEST() 185 f5(dhkey_w.data(), n1, n2, a1.data(), a2.data(), &mac_key, <k); in TEST()
|