Searched refs:HasKey (Results 1 – 6 of 6) sorted by relevance
157 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()
98 bool HasKey(const char *aKey) const;
53 bool ConfigFile::HasKey(const char *aKey) const in HasKey() function in ot::Posix::ConfigFile
548 if (Crypto::Storage::HasKey(mNetworkKeyRef)) in GetNetworkKey()567 if (Crypto::Storage::HasKey(mPskcRef)) in GetPskc()596 if (Crypto::Storage::HasKey(keyRef)) in StoreNetworkKey()
253 inline bool HasKey(KeyRef aKeyRef) { return otPlatCryptoHasKey(aKeyRef); } in HasKey() function
1166 VerifyOrExit(!Crypto::Storage::HasKey(aKeyInfo.GetKeyRef())); in ReadOrGenerateKey()