Home
last modified time | relevance | path

Searched refs:HasKey (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/posix/platform/
Dconfiguration.cpp157 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
162 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
183 VerifyOrExit(mProductConfigFile.HasKey(kKeyTargetPower)); in UpdateTargetPower()
220 VerifyOrExit(calibrationFile->HasKey(kKeyCalibratedPower)); in UpdateCalibratedPower()
279 …ret = mProductConfigFile.HasKey(kKeySupportedChannelMask) || mProductConfigFile.HasKey(kKeyPreferr… in IsValid()
280 mProductConfigFile.HasKey(kKeyRegionDomainMapping); in IsValid()
284 …ret = (mProductConfigFile.HasKey(kKeyCalibratedPower) || mProductConfigFile.HasKey(kKeyTargetPower… in IsValid()
Dconfig_file.hpp98 bool HasKey(const char *aKey) const;
Dconfig_file.cpp53 bool ConfigFile::HasKey(const char *aKey) const in HasKey() function in ot::Posix::ConfigFile
/openthread-latest/src/core/thread/
Dkey_manager.cpp548 if (Crypto::Storage::HasKey(mNetworkKeyRef)) in GetNetworkKey()
567 if (Crypto::Storage::HasKey(mPskcRef)) in GetPskc()
596 if (Crypto::Storage::HasKey(keyRef)) in StoreNetworkKey()
/openthread-latest/src/core/crypto/
Dstorage.hpp253 inline bool HasKey(KeyRef aKeyRef) { return otPlatCryptoHasKey(aKeyRef); } in HasKey() function
/openthread-latest/src/core/net/
Dsrp_client.cpp1166 VerifyOrExit(!Crypto::Storage::HasKey(aKeyInfo.GetKeyRef())); in ReadOrGenerateKey()