/openthread-latest/src/ncp/ |
D | ncp_base_dispatcher.cpp | 45 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/ |
D | nexus_settings.cpp | 45 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/ |
D | settings_driver.hpp | 104 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()
|
D | binary_search.hpp | 72 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()
|
D | settings.cpp | 82 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()
|
D | binary_search.cpp | 40 const void *BinarySearch::Find(const void *aKey, in Find()
|
/openthread-latest/src/core/utils/ |
D | flash.cpp | 114 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()
|
D | flash.hpp | 141 void Init(uint16_t aKey, bool aFirst) in Init() 156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
|
/openthread-latest/src/posix/platform/ |
D | settings_file.cpp | 113 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()
|
D | settings.cpp | 67 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()
|
D | config_file.cpp | 62 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/ |
D | crypto_api.cpp | 44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256() 55 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
|
D | mdns_api.cpp | 99 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/ |
D | settings_ram.c | 70 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/ |
D | aes_ecb.cpp | 48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
|
D | storage.cpp | 73 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
|
D | hmac_sha256.cpp | 52 void HmacSha256::Start(const Key &aKey) { SuccessOrAssert(otPlatCryptoHmacSha256Start(&mContext, &a… in Start()
|
D | aes_ccm.hpp | 82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 431 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/ |
D | dnssd.cpp | 210 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/ |
D | dnssd.c | 86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
D | crypto.c | 46 const uint8_t *aKey, in otPlatCryptoImportKey()
|
/openthread-latest/src/ncp/platform/ |
D | dnssd.cpp | 87 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 98 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 475 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/ |
D | fake_platform.cpp | 212 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()
|