Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc32 Octet16 h6(const Octet16& w, std::array<uint8_t, 4> keyid) { in h6() argument
33 return aes_cmac(w, keyid.data(), keyid.size()); in h6()
Dcrypto_toolbox.h63 bluetooth::hci::Octet16 h6(const bluetooth::hci::Octet16& w, std::array<uint8_t, 4> keyid);