/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | hmac_sha256.cpp | 52 void HmacSha256::Start(const Key &aKey) { SuccessOrAssert(otPlatCryptoHmacSha256Start(&mContext, &a… in Start()
|
H A D | aes_ccm.hpp | 86 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
|
H A D | aes_ccm.cpp | 43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey()
|
H A D | storage.hpp | 142 const uint8_t *aKey, in ImportKey()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/ |
H A D | SaveLoadBasher.java | 60 String aKey; in main() local
|
H A D | XMLSaveLoadBasher.java | 69 String aKey; in testSaveLoad() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/sf/jopt-simple/jopt-simple/4.9/ |
HD | jopt-simple-4.9.jar | META-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/ |
HD | jopt-simple-4.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base.cpp | 1035 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 D | crypto.c | 46 const uint8_t *aKey, in otPlatCryptoImportKey()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_srp_adv_proxy.cpp | 313 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 358 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Keyboard.java | 211 public boolean hasKey(@Nonnull final Key aKey) { in hasKey()
|
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/ |
H A D | SpiBindingsTest.java | 160 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 D | ResourceBundleWrapper.java | 55 protected Object handleGetObject(String aKey){ in handleGetObject()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | string.hpp | 597 …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 D | ResourceBundleWrapper.java | 53 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/ |
D | Identity.java | 267 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/ |
D | Identity.java | 267 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | Identity.java | 267 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | configuration.cpp | 123 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 D | mac_types.cpp | 292 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | dns_types.hpp | 1282 …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 D | spinel_encoder.cpp | 71 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 D | LocaleData.java | 203 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 D | LocaleData.java | 204 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
|