Home
last modified time | relevance | path

Searched refs:getCipherKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1127 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenBlockModeNotAuthorized()
1159 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1298 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
1594 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in testEntropyConsumption()
1703 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getWorkingDecryptionParameterSpec()
1779 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importDefaultKatKey()
1822 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importKatKeys()
DTestUtils.java645 return getCipherKeyAlgorithm(transformation); in getKeyAlgorithm()
683 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm() method in TestUtils
850 String keyAlgorithm = getCipherKeyAlgorithm(transformation); in getMaxSupportedPlaintextInputSizeBytes()
949 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getMinimalWorkingImportParametersForCipheringWith()