Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java154 int[] purposes = { in testEcAttestation() local
160 for (int purposeIndex = 0; purposeIndex < purposes.length; ++purposeIndex) { in testEcAttestation()
164 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); in testEcAttestation()
167 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); in testEcAttestation()
251 int[] purposes = { in testRsaAttestation() local
285 for (int purpose : purposes) { in testRsaAttestation()
396 int purposes, String[] paddingModes) throws Exception { in testRsaAttestation() argument
403 new KeyGenParameterSpec.Builder(keystoreAlias, purposes) in testRsaAttestation()
413 if (isEncryptionPurpose(purposes)) { in testRsaAttestation()
418 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()
DKeyGeneratorTest.java482 int purposes; in testGenerateHonorsRequestedAuthorizations() local
487 purposes = KeyProperties.PURPOSE_SIGN; in testGenerateHonorsRequestedAuthorizations()
490 purposes = KeyProperties.PURPOSE_DECRYPT; in testGenerateHonorsRequestedAuthorizations()
493 keyGenerator.init(getWorkingSpec(purposes) in testGenerateHonorsRequestedAuthorizations()
505 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizations()
529 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec() argument
530 return new KeyGenParameterSpec.Builder("test1", purposes); in getWorkingSpec()
DTestUtils.java506 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
507 KeyProtection.Builder result = new KeyProtection.Builder(purposes); in buildUponInternal()
545 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
547 new KeyGenParameterSpec.Builder(spec.getKeystoreAlias(), purposes); in buildUponInternal()
886 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() argument
887 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, false); in getMinimalWorkingImportParametersForCipheringWith()
891 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith() argument
892 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, in getMinimalWorkingImportParametersForCipheringWith()
897 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in getMinimalWorkingImportParametersForCipheringWith() argument
908 && ((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0)) { in getMinimalWorkingImportParametersForCipheringWith()
[all …]
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.java1717 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() argument
1720 transformation, purposes, ivProvidedWhenEncrypting); in importDefaultKatKey()
1725 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys() argument
1727 return importKatKeys(transformation, purposes, ivProvidedWhenEncrypting, false, false); in importKatKeys()
1731 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys() argument
1734 transformation, purposes, ivProvidedWhenEncrypting, isUnlockedDeviceRequired, in importKatKeys()
DKeyPairGeneratorTest.java316 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizations() local
318 generator.initialize(getWorkingSpec(purposes) in testGenerateHonorsRequestedAuthorizations()
330 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizations()
1539 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec() argument
1540 return new KeyGenParameterSpec.Builder(TEST_ALIAS_1, purposes); in getWorkingSpec()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java164 private Set<Integer> purposes; field in AuthorizationList
213 purposes = Asn1Utils.getIntegersFromAsn1Set(value); in AuthorizationList()
339 public static String purposesToString(Set<Integer> purposes) { in purposesToString() argument
340 return joinStrings(transform(purposes, forMap(purposeMap, "Unknown"))); in purposesToString()
397 return purposes; in getPurposes()
588 if (purposes != null && !purposes.isEmpty()) { in toString()
589 s.append("\nPurposes: ").append(purposesToString(purposes)); in toString()
/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,