Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.cpp80 , mCryptoStorageKeyRefManager(*this) in Instance()
284mCryptoStorageKeyRefManager.SetKeyRefExtraOffset(Crypto::Storage::KeyRefManager::kKeyRefExtraOffse… in Instance()
Dinstance.hpp469 Crypto::Storage::KeyRefManager mCryptoStorageKeyRefManager; member in ot::Instance
778 … inline Crypto::Storage::KeyRefManager &Instance::Get(void) { return mCryptoStorageKeyRefManager; } in Get()