Home
last modified time | relevance | path

Searched defs:aKey (Results 26 – 50 of 118) sorted by relevance

12345

/aosp_15_r20/external/openthread/src/core/crypto/
H A Dhmac_sha256.cpp52 void HmacSha256::Start(const Key &aKey) { SuccessOrAssert(otPlatCryptoHmacSha256Start(&mContext, &a… in Start()
H A Daes_ccm.hpp86 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
H A Daes_ccm.cpp43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey()
H A Dstorage.hpp142 const uint8_t *aKey, in ImportKey()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/
H A DSaveLoadBasher.java60 String aKey; in main() local
H A DXMLSaveLoadBasher.java69 String aKey; in testSaveLoad() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/sf/jopt-simple/jopt-simple/4.9/
HDjopt-simple-4.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
HDjopt-simple-4.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp1035 bool NcpBase::HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otErro… in HandlePropertySetForSpecialProperties()
1075 otError NcpBase::HandleCommandPropertySet(uint8_t aHeader, spinel_prop_key_t aKey) in HandleCommandPropertySet()
1128 otError NcpBase::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigne… in HandleCommandPropertyInsertRemove()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dcrypto.c46 const uint8_t *aKey, in otPlatCryptoImportKey()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_srp_adv_proxy.cpp313 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
358 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java211 public boolean hasKey(@Nonnull final Key aKey) { in hasKey()
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/
H A DSpiBindingsTest.java160 final Key<String> aKey = Key.get(String.class, Names.named("a")); in testToKeyBinding() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DResourceBundleWrapper.java55 protected Object handleGetObject(String aKey){ in handleGetObject()
/aosp_15_r20/external/openthread/src/core/common/
H A Dstring.hpp597 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DResourceBundleWrapper.java53 protected Object handleGetObject(String aKey){ in handleGetObject()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/
DIdentity.java267 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DIdentity.java267 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals()
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DIdentity.java267 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfiguration.cpp123 otError Configuration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aCh… in GetChannelMask()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.cpp292 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp1282 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry()
1292 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init()
2301 void SetKey(const Crypto::Ecdsa::P256::PublicKey &aKey) { mKey = aKey; } in SetKey()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.cpp71 otError Encoder::BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey) in BeginFrame()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleData.java203 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DLocaleData.java204 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local

12345