Searched defs:purposes (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyAttestationTest.java | 165 int[] purposes = { in testEcAttestation() local 311 int[] purposes = { in testRsaAttestation() local 518 int purposes, String[] paddingModes, boolean devicePropertiesAttestation) in testRsaAttestation() 571 private void checkKeyUsage(X509Certificate attestationCert, int purposes) { in checkKeyUsage() 586 int keySize, int purposes, boolean devicePropertiesAttestation) throws Exception { in testEcAttestation() 690 private void checkKeyIndependentAttestationInfo(byte[] challenge, int purposes, Date startTime, in checkKeyIndependentAttestationInfo() 885 private Set<Integer> checkPurposes(Attestation attestation, int purposes) { in checkPurposes() 1071 private void checkRsaKeyDetails(Attestation attestation, int keySize, int purposes, in checkRsaKeyDetails() 1140 private boolean isEncryptionPurpose(int purposes) { in isEncryptionPurpose() 1144 private boolean isSignaturePurpose(int purposes) { in isSignaturePurpose() [all …]
|
D | SecretKeyFactoryTest.java | 102 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
|
D | TestUtils.java | 508 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local 547 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local 936 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() 941 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith() 947 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in getMinimalWorkingImportParametersForCipheringWith()
|
D | KeyGeneratorTest.java | 684 int purposes; in testGenerateHonorsRequestedAuthorizationsHelper() local 732 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
|
D | CipherTest.java | 1803 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() 1811 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys() 1817 String transformation, int purposes, boolean ivProvidedWhenEncrypting, in importKatKeys()
|
D | KeyFactoryTest.java | 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
|
D | KeyPairGeneratorTest.java | 325 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizationsHelper() local 1901 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 169 private Set<Integer> purposes; field in AuthorizationList 361 public static String purposesToString(Set<Integer> purposes) { in purposesToString()
|