Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java782 KeyProtection importParams = getUnlockedDeviceRequiredParams(algorithm); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval() local
800 KeyProtection importParams = getUnlockedDeviceRequiredParams(algorithm); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval() local
1355 KeyProtection importParams = in testAuthBoundKeysAreInvalidatedByLockRemoval() local
1379 KeyProtection importParams = in testAuthBoundKeysKeyPermanentlyInvalidatedException() local
1948 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds()
1958 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException()
1969 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds()
1978 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException()
1989 String transformation, KeyProtection importParams) in importDefaultKatKey()
2017 KeyProtection importParams = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in importDefaultKatKey() local
[all …]
DRSASignatureTest.java176 Context context, KeyProtection importParams) throws Exception { in importKatKeyPairs()
DECDSASignatureTest.java277 Context context, KeyProtection importParams) throws Exception { in importKatKeyPairs()
DCurve25519Test.java122 KeyProtection importParams = new KeyProtection.Builder(KeyProperties.PURPOSE_AGREE_KEY) in x25519KeyImportAndAgreementTest() local
DSignatureTest.java1216 KeyProtection importParams = in importDefaultKatKeyPair() local
1361 KeyProtection importParams = in importKatKeyPairsForSigning() local
1375 KeyProtection importParams = in importLimitedUseKatKeyPairsForSigning() local
DKeyAgreementTest.java117 KeyProtection importParams = in testGenerateSecret_withImportedKey() local