Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfig_file.cpp53 bool ConfigFile::HasKey(const char *aKey) const in HasKey() function in ot::Posix::ConfigFile
/openthread-latest/src/core/crypto/
Dstorage.hpp191 inline bool HasKey(KeyRef aKeyRef) { return otPlatCryptoHasKey(aKeyRef); } in HasKey() function