Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 25 of 48) sorted by relevance

12

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler()
406 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler()
702 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler()
758 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler()
813 spinel_prop_key_t aKey) in FindPropertyHandler()
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp45 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
50 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
55 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
60 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
72 Error Settings::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get()
102 Error Settings::SetOrAdd(SetAddMode aMode, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLen… in SetOrAdd()
131 Error Settings::Delete(uint16_t aKey, int aIndex) in Delete()
/openthread-latest/src/core/common/
Dsettings_driver.hpp104 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add()
127 Error Delete(uint16_t aKey, int aIndex = -1) in Delete()
155 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
183 …Error Get(uint16_t aKey, void *aValue, uint16_t *aValueLength) const { return Get(aKey, 0, aValue,… in Get()
199 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
Dbinary_search.hpp72 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
111 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare()
Dsettings.cpp82 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
151 const char *SettingsBase::KeyToString(Key aKey) in KeyToString()
403 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry()
414 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry()
435 Error Settings::DeleteEntry(Key aKey) in DeleteEntry()
444 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
Dbinary_search.cpp40 const void *BinarySearch::Find(const void *aKey, in Find()
/openthread-latest/src/core/utils/
Dflash.cpp114 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get()
165 Error Flash::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
170 Error Flash::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
177 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
255 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
Dflash.hpp141 void Init(uint16_t aKey, bool aFirst) in Init()
156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
/openthread-latest/src/posix/platform/
Dsettings_file.cpp113 otError SettingsFile::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in Get()
171 void SettingsFile::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
196 void SettingsFile::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
220 otError SettingsFile::Delete(uint16_t aKey, int aIndex) { return Delete(aKey, aIndex, nullptr); } in Delete()
222 otError SettingsFile::Delete(uint16_t aKey, int aIndex, int *aSwapFd) in Delete()
Dsettings.cpp67 static bool isSensitiveKey(uint16_t aKey) in isSensitiveKey()
139 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
162 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
182 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
202 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
Dconfig_file.cpp62 otError ConfigFile::Get(const char *aKey, int &aIterator, char *aValue, int aValueLength) const in Get() argument
129 otError ConfigFile::Add(const char *aKey, const char *aValue) in Add()
163 otError ConfigFile::Clear(const char *aKey) in Clear()
/openthread-latest/src/core/api/
Dcrypto_api.cpp44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
55 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
Dmdns_api.cpp99 const otMdnsKey *aKey, in otMdnsRegisterKey()
108 otError otMdnsUnregisterKey(otInstance *aInstance, const otMdnsKey *aKey) in otMdnsUnregisterKey()
150 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey()
/openthread-latest/examples/platforms/utils/
Dsettings_ram.c70 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
122 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
156 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
183 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/openthread-latest/src/core/crypto/
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
Dstorage.cpp73 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
Dhmac_sha256.cpp52 void HmacSha256::Start(const Key &aKey) { SuccessOrAssert(otPlatCryptoHmacSha256Start(&mContext, &a… in Start()
Daes_ccm.hpp82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp431 spinel_prop_key_t aKey, in HandleWaitingResponse()
499 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs()
863 otError RadioSpinel::ReadMacKey(const otMacKeyMaterial &aKeyMaterial, otMacKey &aKey) in ReadMacKey()
1293 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get()
1315 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam()
1341 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set()
1363 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert()
1385 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove()
1461 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV()
1489 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request()
[all …]
/openthread-latest/src/core/net/
Ddnssd.cpp210 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey()
232 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey()
/openthread-latest/examples/platforms/simulation/
Ddnssd.c86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
Dcrypto.c46 const uint8_t *aKey, in otPlatCryptoImportKey()
/openthread-latest/src/ncp/platform/
Ddnssd.cpp87 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
98 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp475 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
485 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
494 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
503 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
598 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
609 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/tests/gtest/
Dfake_platform.cpp212 otError FakePlatform::SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValue… in SettingsGet()
249 otError FakePlatform::SettingsSet(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsSet()
259 otError FakePlatform::SettingsAdd(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsAdd()
268 otError FakePlatform::SettingsDelete(uint16_t aKey, int aIndex) in SettingsDelete()
519 otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValu… in otPlatSettingsGet()
524 otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
529 otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
534 otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()

12