Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DCipherTest.java1380 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenBlockModeNotAuthorized()
1413 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1557 TestUtils.getCipherKeyAlgorithm(transformation))) { in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
1836 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getWorkingDecryptionParameterSpec()
1912 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importDefaultKatKey()
1955 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in importKatKeys()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java855 return getCipherKeyAlgorithm(transformation); in getKeyAlgorithm()
893 public static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm() method in TestUtils
1060 String keyAlgorithm = getCipherKeyAlgorithm(transformation); in getMaxSupportedPlaintextInputSizeBytes()
1181 String keyAlgorithm = TestUtils.getCipherKeyAlgorithm(transformation); in getMinimalWorkingImportParametersForCipheringWith()