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.java1228 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenBlockModeNotAuthorized()
1260 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1399 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
1668 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getWorkingDecryptionParameterSpec()
1744 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importDefaultKatKey()
1787 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importKatKeys()
DTestUtils.java701 return getCipherKeyAlgorithm(transformation); in getKeyAlgorithm()
739 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm() method in TestUtils
906 String keyAlgorithm = getCipherKeyAlgorithm(transformation); in getMaxSupportedPlaintextInputSizeBytes()
1027 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getMinimalWorkingImportParametersForCipheringWith()