Home
last modified time | relevance | path

Searched refs:purposes (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java165 int[] purposes = { in testEcAttestation() local
173 for (int purposeIndex = 0; purposeIndex < purposes.length; ++purposeIndex) { in testEcAttestation()
179 purposes[purposeIndex], devicePropertiesAttestation); in testEcAttestation()
311 int[] purposes = { in testRsaAttestation() local
347 for (int purpose : purposes) { in testRsaAttestation()
518 int purposes, String[] paddingModes, boolean devicePropertiesAttestation) in testRsaAttestation() argument
522 " / purposes " + purposes + " / paddingModes " + Arrays.toString(paddingModes) + in testRsaAttestation()
530 new KeyGenParameterSpec.Builder(keystoreAlias, purposes) in testRsaAttestation()
541 if (isEncryptionPurpose(purposes)) { in testRsaAttestation()
546 if (isSignaturePurpose(purposes)) { in testRsaAttestation()
[all …]
DSecretKeyFactoryTest.java102 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
106 purposes = KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
109 purposes = KeyProperties.PURPOSE_DECRYPT; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
113 keyGenerator.init(new KeyGenParameterSpec.Builder("test1", purposes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
125 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DTestUtils.java508 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
509 KeyProtection.Builder result = new KeyProtection.Builder(purposes); in buildUponInternal()
547 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
549 new KeyGenParameterSpec.Builder(spec.getKeystoreAlias(), purposes); in buildUponInternal()
936 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() argument
937 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, false); in getMinimalWorkingImportParametersForCipheringWith()
941 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith() argument
942 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, in getMinimalWorkingImportParametersForCipheringWith()
947 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in getMinimalWorkingImportParametersForCipheringWith() argument
958 && ((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0)) { in getMinimalWorkingImportParametersForCipheringWith()
[all …]
DKeyGeneratorTest.java684 int purposes; in testGenerateHonorsRequestedAuthorizationsHelper() local
689 purposes = KeyProperties.PURPOSE_SIGN; in testGenerateHonorsRequestedAuthorizationsHelper()
692 purposes = KeyProperties.PURPOSE_DECRYPT; in testGenerateHonorsRequestedAuthorizationsHelper()
695 keyGenerator.init(getWorkingSpec(purposes) in testGenerateHonorsRequestedAuthorizationsHelper()
708 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizationsHelper()
732 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec() argument
733 return new KeyGenParameterSpec.Builder("test1", purposes); in getWorkingSpec()
DKeyFactoryTest.java108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
111 keyGenerator.initialize(new KeyGenParameterSpec.Builder("test1", purposes) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
123 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DCipherTest.java1803 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() argument
1806 transformation, purposes, ivProvidedWhenEncrypting); in importDefaultKatKey()
1811 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys() argument
1813 return importKatKeys(transformation, purposes, ivProvidedWhenEncrypting, false, false); in importKatKeys()
1817 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys() argument
1820 transformation, purposes, ivProvidedWhenEncrypting, isUnlockedDeviceRequired, in importKatKeys()
DKeyPairGeneratorTest.java325 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizationsHelper() local
327 generator.initialize(getWorkingSpec(purposes) in testGenerateHonorsRequestedAuthorizationsHelper()
340 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizationsHelper()
1901 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec() argument
1902 return new KeyGenParameterSpec.Builder(TEST_ALIAS_1, purposes); in getWorkingSpec()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java169 private Set<Integer> purposes; field in AuthorizationList
223 purposes = Asn1Utils.getIntegersFromAsn1Set(value); in AuthorizationList()
361 public static String purposesToString(Set<Integer> purposes) { in purposesToString() argument
362 return joinStrings(transform(purposes, forMap(purposeMap, "Unknown"))); in purposesToString()
419 return purposes; in getPurposes()
630 if (purposes != null && !purposes.isEmpty()) { in toString()
631 s.append("\nPurposes: ").append(purposesToString(purposes)); in toString()
/cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/
DAndroid.bp17 // A fake framework that mimics an older, pre-release SDK for the purposes of
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh5 // following purposes in the refocus filter pipeline.
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale317 Of course, for experimental purposes, post-linkage optimization,