Searched defs:purposes (Results 1 – 8 of 8) sorted by relevance
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| D | KeyAttestationTest.java | 146 int[] purposes = { in testEcAttestation() local 220 int[] purposes = { in testRsaAttestation() local 359 int purposes, String[] paddingModes) throws Exception { in testRsaAttestation() 406 private void checkKeyUsage(X509Certificate attestationCert, int purposes) { in checkKeyUsage() 421 int keySize, int purposes) throws Exception { in testEcAttestation() 460 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, Date startTime, in checkKeyIndependentAttestationInfo() 643 private Set<Integer> checkPurposes(Attestation attestation, int purposes) { in checkPurposes() 718 private void checkRsaKeyDetails(Attestation attestation, int keySize, int purposes, in checkRsaKeyDetails() 787 private boolean isEncryptionPurpose(int purposes) { in isEncryptionPurpose() 791 private boolean isSignaturePurpose(int purposes) { in isSignaturePurpose() [all …]
|
| D | KeyGeneratorTest.java | 473 int purposes; in testGenerateHonorsRequestedAuthorizations() local 520 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
|
| D | SecretKeyFactoryTest.java | 94 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
|
| D | TestUtils.java | 487 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local 525 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local 862 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() 867 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
|
| D | AuthorizationList.java | 153 private Set<Integer> purposes; field in AuthorizationList 291 public static String purposesToString(Set<Integer> purposes) { in purposesToString()
|
| D | KeyFactoryTest.java | 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
|
| D | CipherTest.java | 1509 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() 1517 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
|
| D | KeyPairGeneratorTest.java | 316 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizations() local 1537 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
|