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.java863 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenBlockModeNotAuthorized()
895 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1034 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
1330 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in testEntropyConsumption()
1424 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getWorkingDecryptionParameterSpec()
1490 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importDefaultKatKey()
1521 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importKatKeys()
DTestUtils.java621 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm() method in TestUtils
762 String keyAlgorithm = getCipherKeyAlgorithm(transformation); in getMaxSupportedPlaintextInputSizeBytes()
868 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getMinimalWorkingImportParametersForCipheringWith()