Home
last modified time | relevance | path

Searched defs:purposes (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java177 int[] purposes = { in testEcAttestation() local
437 int[] purposes = { in testRsaAttestation() local
653 int purposes, String[] paddingModes, boolean devicePropertiesAttestation) in testRsaAttestation()
707 private void checkKeyUsage(X509Certificate attestationCert, int purposes) { in checkKeyUsage()
722 int keySize, int purposes, boolean devicePropertiesAttestation) throws Exception { in testEcAttestation()
827 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, Date startTime, in checkKeyIndependentAttestationInfo()
1015 private Set<Integer> checkPurposes(Attestation attestation, int purposes) { in checkPurposes()
1217 private void checkRsaKeyDetails(Attestation attestation, int keySize, int purposes, in checkRsaKeyDetails()
1286 private boolean isEncryptionPurpose(int purposes) { in isEncryptionPurpose()
1290 private boolean isSignaturePurpose(int purposes) { in isSignaturePurpose()
[all …]
DSecretKeyFactoryTest.java102 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DTestUtils.java564 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
603 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
1014 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
1019 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
1025 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in getMinimalWorkingImportParametersForCipheringWith()
DKeyGeneratorTest.java689 int purposes; in testGenerateHonorsRequestedAuthorizationsHelper() local
761 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
DCipherTest.java1768 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
1776 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
1782 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys()
DKeyFactoryTest.java108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyPairGeneratorTest.java328 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizationsHelper() local
1902 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java174 private Set<Integer> purposes; field in AuthorizationList
490 public static String purposesToString(Set<Integer> purposes) { in purposesToString()