Home
last modified time | relevance | path

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

12

/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler()
395 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler()
650 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler()
703 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler()
758 spinel_prop_key_t aKey) in FindPropertyHandler()
/external/openthread/src/core/common/
Dsettings_driver.hpp108 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add()
132 Error Delete(uint16_t aKey, int aIndex = -1) in Delete()
161 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
190 …Error Get(uint16_t aKey, void *aValue, uint16_t *aValueLength) const { return Get(aKey, 0, aValue,… in Get()
207 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
Dsettings.cpp87 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
140 const char *SettingsBase::KeyToString(Key aKey) in KeyToString()
311 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry()
322 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry()
343 Error Settings::DeleteEntry(Key aKey) in DeleteEntry()
352 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
Dbinary_search.hpp73 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
113 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare()
Dbinary_search.cpp40 const void *BinarySearch::Find(const void *aKey, in Find()
Dstring.hpp432 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup()
/external/openthread/src/core/utils/
Dflash.cpp117 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get()
168 Error Flash::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
173 Error Flash::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
180 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
258 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
Dflash.hpp149 void Init(uint16_t aKey, bool aFirst) in Init()
164 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
/external/openthread/src/posix/platform/
Dsettings.cpp69 static bool isSensitiveKey(uint16_t aKey) in isSensitiveKey()
240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
263 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
281 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
301 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
332 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet()
388 void PlatformSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsSet()
411 void PlatformSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsAdd()
430 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
/external/openthread/examples/platforms/utils/
Dsettings_ram.c74 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
126 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
160 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
187 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java508 public UResourceBundle get(String aKey) { in get()
530 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel()
802 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
852 protected Object handleGetObject(String aKey) { in handleGetObject()
865 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl()
883 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java487 public UResourceBundle get(String aKey) { in get()
509 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel()
767 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
813 protected Object handleGetObject(String aKey) { in handleGetObject()
826 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl()
844 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
/external/openthread/src/core/api/
Dcrypto_api.cpp50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
61 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp776 spinel_prop_key_t aKey, in HandleWaitingResponse()
843 void RadioSpinel<InterfaceType, ProcessContextType>::HandleValueIs(spinel_prop_key_t aKey, in HandleValueIs()
1555 otError RadioSpinel<InterfaceType, ProcessContextType>::Get(spinel_prop_key_t aKey, const char *aFo… in Get()
1578 otError RadioSpinel<InterfaceType, ProcessContextType>::GetWithParam(spinel_prop_key_t aKey, in GetWithParam()
1605 otError RadioSpinel<InterfaceType, ProcessContextType>::Set(spinel_prop_key_t aKey, const char *aFo… in Set()
1628 otError RadioSpinel<InterfaceType, ProcessContextType>::Insert(spinel_prop_key_t aKey, const char *… in Insert()
1651 otError RadioSpinel<InterfaceType, ProcessContextType>::Remove(spinel_prop_key_t aKey, const char *… in Remove()
1747 spinel_prop_key_t aKey, in SendCommand()
1782 spinel_prop_key_t aKey, in RequestV()
1814 spinel_prop_key_t aKey, in Request()
[all …]
/external/openthread/src/core/crypto/
Dstorage.cpp60 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) in SetKey()
Dhmac_sha256.cpp55 void HmacSha256::Start(const Key &aKey) in Start()
Dpbkdf2_cmac.cpp53 uint8_t * aKey) in GenerateKey()
Daes_ccm.hpp86 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
Dcrypto_platform.cpp96 OT_TOOL_WEAK otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey()
179 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start()
Daes_ccm.cpp45 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey()
/external/openthread/src/core/mac/
Dmac_types.cpp280 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom()
302 void KeyMaterial::ExtractKey(Key &aKey) in ExtractKey()
/external/openthread/examples/platforms/simulation/
Dcrypto.c46 const uint8_t * aKey, in otPlatCryptoImportKey()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp456 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
466 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
475 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
484 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java160 final Key<String> aKey = Key.get(String.class, Names.named("a")); in testToKeyBinding() local

12