Home
last modified time | relevance | path

Searched defs:keyName (Results 1 – 25 of 264) sorted by relevance

1234567891011

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
H A DUtils.java39 static void createBiometricBoundKey(String keyName, boolean useStrongBox) throws Exception { in createBiometricBoundKey()
58 static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
78 static Cipher initCipher(String keyName) throws Exception { in initCipher()
90 static Cipher initAeadCipher(String keyName) throws Exception { in initAeadCipher()
102 static Signature initSignature(String keyName) throws Exception { in initSignature()
118 static Mac initMac(String keyName) throws Exception { in initMac()
129 static KeyAgreement initKeyAgreement(String keyName) throws Exception { in initKeyAgreement()
H A DAbstractUserAuthenticationTest.java72 abstract void createUserAuthenticationKey(String keyName, int timeout, int authType, in createUserAuthenticationKey()
89 abstract void initializeKeystoreOperation(String keyName) throws Exception; in initializeKeystoreOperation()
271 private void testCredentialBoundEncryption(String keyName, int timeout, boolean useStrongBox, in testCredentialBoundEncryption()
H A DAbstractUserAuthenticationCipherTest.java33 void createUserAuthenticationKey(String keyName, int timeout, int authType, in createUserAuthenticationKey()
50 void initializeKeystoreOperation(String keyName) throws Exception { in initializeKeystoreOperation()
H A DAbstractUserAuthenticationAeadCipherTest.java34 void createUserAuthenticationKey(String keyName, int timeout, int authType, in createUserAuthenticationKey()
51 void initializeKeystoreOperation(String keyName) throws Exception { in initializeKeystoreOperation()
H A DAbstractUserAuthenticationSignatureTest.java32 void createUserAuthenticationKey(String keyName, int timeout, int authType, in createUserAuthenticationKey()
49 void initializeKeystoreOperation(String keyName) throws Exception { in initializeKeystoreOperation()
H A DAbstractUserAuthenticationMacTest.java30 void createUserAuthenticationKey(String keyName, int timeout, int authType, in createUserAuthenticationKey()
45 void initializeKeystoreOperation(String keyName) throws Exception { in initializeKeystoreOperation()
H A DAbstractUserAuthenticationKeyAgreementTest.java45 String keyName, int timeout, int authType, boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
61 void initializeKeystoreOperation(String keyName) throws Exception { in initializeKeystoreOperation()
/aosp_15_r20/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java66 public String generateNewKeyHexString(int numBits, String algName, String keyName) in generateNewKeyHexString()
71 public byte[] generateNewKey(int numBits, String algName, String keyName) in generateNewKey()
107 private File getKeyFile(String keyName) { in getKeyFile()
115 public String retrieveKeyHexString(String keyName) throws IOException { in retrieveKeyHexString()
119 public byte[] retrieveKey(String keyName) throws IOException { in retrieveKey()
128 public void deleteKey(String keyName) { in deleteKey()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DFarUtils.cpp227 const char *keyName, NRegistry::CKey &destKey) const in CreateRegKey() argument
233 const char *keyName, NRegistry::CKey &destKey) const in OpenRegKey() argument
238 void CStartupInfo::SetRegKeyValue(HKEY parentKey, const char *keyName, in SetRegKeyValue()
246 void CStartupInfo::SetRegKeyValue(HKEY parentKey, const char *keyName, in SetRegKeyValue()
254 void CStartupInfo::SetRegKeyValue(HKEY parentKey, const char *keyName, in SetRegKeyValue()
262 CSysString CStartupInfo::QueryRegKeyValue(HKEY parentKey, const char *keyName, in QueryRegKeyValue()
276 UInt32 CStartupInfo::QueryRegKeyValue(HKEY parentKey, const char *keyName, in QueryRegKeyValue()
290 bool CStartupInfo::QueryRegKeyValue(HKEY parentKey, const char *keyName, in QueryRegKeyValue()
/aosp_15_r20/external/swiftshader/src/System/
H A DConfigurator.cpp164 std::string Configurator::getValue(const std::string &sectionName, const std::string &keyName, cons… in getValue() argument
174 void Configurator::addValue(const std::string &sectionName, const std::string &keyName, const std::… in addValue()
179 bool Configurator::getBoolean(const std::string &sectionName, const std::string &keyName, bool defa… in getBoolean() argument
200 double Configurator::getFloat(const std::string &sectionName, const std::string &keyName, double de… in getFloat() argument
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47MapperTest.java220 private static CldrValue simpleType(String keyName, String typeName) { in simpleType()
230 String keyName, String keyAlias, String typeName, String... typeAliases) { in alias()
247 String keyName, in deprecated()
270 private static CldrValue valueType(String keyName, String typeName, String valueType) { in valueType()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/gcpkms/
H A DGcpKmsAeadTest.java42 String keyName = "projects/tink-test/locations/global/keyRings/unit-test/cryptoKeys/aead-key"; in kmsAead_works() local
64 String keyName = "projects/tink-test/locations/global/keyRings/unit-test/cryptoKeys/aead-key"; in kmsAead_encryptDecryptEmptyString_success() local
79 String keyName = "projects/tink-test/locations/global/keyRings/unit-test/cryptoKeys/aead-key"; in twoKmsAeads_canOnlyDecryptTheirOwnCiphertext() local
/aosp_15_r20/external/lzma/CPP/Windows/
H A DRegistry.cpp37 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create()
56 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
206 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue()
216 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw() in SetKeyValue()
405 CSysString keyName; in EnumKeys() local
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
H A DUtils.java200 public static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
220 public static void createTimeBoundSecretKey(String keyName, int authTypes, boolean useStrongBox) in createTimeBoundSecretKey()
240 public static void generateBiometricBoundKey(String keyName, boolean useStrongBox) in generateBiometricBoundKey()
263 public static BiometricPrompt.CryptoObject initializeCryptoObject(String keyName) in initializeCryptoObject()
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/test/java/utils/test/util/
H A DDynamoDBIntegrationTestBase.java48 String keyName = KEY_NAME; in setUp() local
83 String keyName = DynamoDBIntegrationTestBase.KEY_NAME; in setUpTableWithRangeAttribute() local
122 String keyName = DynamoDBIntegrationTestBase.KEY_NAME; in setUpTableWithIndexRangeAttribute() local
/aosp_15_r20/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
H A DMainActivity.java161 private boolean initCipher(Cipher cipher, String keyName) { in initCipher()
233 public void createKey(String keyName, boolean invalidatedByBiometricEnrollment) { in createKey()
290 PurchaseButtonClickListener(Cipher cipher, String keyName) { in PurchaseButtonClickListener()
/aosp_15_r20/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
H A DMainActivity.java163 private boolean initCipher(Cipher cipher, String keyName) { in initCipher()
235 public void createKey(String keyName, boolean invalidatedByBiometricEnrollment) { in createKey()
292 PurchaseButtonClickListener(Cipher cipher, String keyName) { in PurchaseButtonClickListener()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp101 static AString Get_ContextMenuHandler_KeyName(LPCSTR keyName) in Get_ContextMenuHandler_KeyName()
109 static bool CheckHandlerCommon(const AString &keyName, UInt32 wow) in CheckHandlerCommon()
151 static LONG MyCreateKey(CKey &key, HKEY parentKey, LPCTSTR keyName, UInt32 wow) in MyCreateKey()
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/datastore/snippets/
H A DITDatastoreSnippets.java63 private String registerKey(String keyName) { in registerKey()
67 private String registerKey(String keyName, String kind) { in registerKey()
81 private void addEntity(String keyName, String keyClass, String property, String value) { in addEntity()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DItsSerializer.java333 String keyName = getKeyName(keyObj); in serializeEntry() local
402 private static MetadataEntry serializeEntryV(String keyName, Type keyType, Object keyValue) in serializeEntryV()
421 String keyName = getKeyName(keyObj); in serializeArrayEntry() local
664 String keyName = key.getName(); in deserialize() local
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/
H A DDatastoreSnippets.java136 public void addSingleEntity(String keyName) { in addSingleEntity()
181 public void putSingleEntity(String keyName) { in putSingleEntity()
235 public Entity getEntityWithKey(String keyName) { in getEntityWithKey()
H A DTransactionSnippets.java53 public Entity get(String keyName) { in get()
135 public void addSingleEntity(String keyName) { in addSingleEntity()
250 public void putSingleEntity(String keyName) { in putSingleEntity()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
H A DGcpKmsAead.java44 private final String keyName; field in GcpKmsAead
46 public GcpKmsAead(CloudKMS kmsClient, String keyName) { in GcpKmsAead()
/aosp_15_r20/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
H A DCameraDeviceInfo.java414 String keyName = getKeyName(keyObj); in storeEntry() local
494 String keyName = getKeyName(keyObj); in storeArrayEntry() local
589 String keyName = getKeyName(keyObj); in storeCameraChars() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DServiceClientConfigurationUtils.java112 String keyName = model.getNamingStrategy().getEnumValueName(n); in addCustomClientParams() local
304 private CodeBlock customClientConfigParamSetter(String parameterName, String keyName) { in customClientConfigParamSetter()
317 private CodeBlock customClientConfigParamGetter(String keyName) { in customClientConfigParamGetter()

1234567891011