Home
last modified time | relevance | path

Searched defs:SetKek (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dkey_manager.cpp478 void KeyManager::SetKek(const Kek &aKek) in SetKek() function in ot::KeyManager
H A Dkey_manager.hpp510 void SetKek(const uint8_t *aKekBytes) { SetKek(*reinterpret_cast<const Kek *>(aKekBytes)); } in SetKek() function in ot::KeyManager