Home
last modified time | relevance | path

Searched refs:SetKek (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dkey_manager.hpp462 void SetKek(const Kek &aKek);
469 void SetKek(const uint8_t *aKekBytes) { SetKek(*reinterpret_cast<const Kek *>(aKekBytes)); } in SetKek() function in ot::KeyManager
Dkey_manager.cpp483 void KeyManager::SetKek(const Kek &aKek) in SetKek() function in ot::KeyManager
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp243 Get<KeyManager>().SetKek(metadata.mKek); in SendDelayedJoinerEntrust()
Dsecure_transport.cpp934 mTimer.Get<KeyManager>().SetKek(kek.GetBytes()); in HandleMbedtlsExportKeys()
970 mTimer.Get<KeyManager>().SetKek(kek.GetBytes()); in HandleMbedtlsExportKeys()