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.java209 final int[] purposes = { in testEcAttestation() local
669 final int[] purposes = { in testRsaAttestation() local
1122 int purposes, String[] paddingModes, boolean devicePropertiesAttestation, in testRsaAttestation()
1178 private void checkKeyUsage(X509Certificate attestationCert, int purposes) { in checkKeyUsage()
1197 int keySize, int purposes, boolean devicePropertiesAttestation, in testEcAttestation()
1320 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, in checkKeyIndependentAttestationInfo()
1333 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, in checkKeyIndependentAttestationInfo()
1554 private Set<Integer> checkPurposes(Attestation attestation, int purposes) { in checkPurposes()
1798 private void checkRsaKeyDetails(Attestation attestation, int keySize, int purposes, in checkRsaKeyDetails()
1870 private boolean isEncryptionPurpose(int purposes) { in isEncryptionPurpose()
[all …]
DSecretKeyFactoryTest.java112 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyGeneratorTest.java731 int purposes; in testGenerateHonorsRequestedAuthorizationsHelper() local
915 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
DCipherTest.java2015 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
2023 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
2029 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys()
DKeyFactoryTest.java133 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyPairGeneratorTest.java378 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizationsHelper() local
2150 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java721 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
760 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
1171 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
1176 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
1182 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in getMinimalWorkingImportParametersForCipheringWith()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java175 private Set<Integer> purposes; field in AuthorizationList
508 public static String purposesToString(Set<Integer> purposes) { in purposesToString()