Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java473 int purposes; in testGenerateHonorsRequestedAuthorizations() local
520 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()
DSecretKeyFactoryTest.java94 int purposes; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DTestUtils.java487 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
525 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() local
861 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith()
866 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
DKeyFactoryTest.java108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DCipherTest.java1495 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey()
1503 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys()
DKeyPairGeneratorTest.java315 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; in testGenerateHonorsRequestedAuthorizations() local
1510 private KeyGenParameterSpec.Builder getWorkingSpec(int purposes) { in getWorkingSpec()