Home
last modified time | relevance | path

Searched refs:getCipherDigest (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DRsaCipherPerformanceTest.java84 String digest = TestUtils.getCipherDigest(algorithm); in AndroidKeystoreRsaKeyGenerator()
DTestUtils.java708 static String getCipherDigest(String transformation) { in getCipherDigest() method in TestUtils
839 String digest = getCipherDigest(transformation); in getMaxSupportedPlaintextInputSizeBytes()
971 String digest = TestUtils.getCipherDigest(transformation); in getMinimalWorkingImportParametersForCipheringWith()
DCipherTest.java1207 String impliedDigest = TestUtils.getCipherDigest(transformation); in testInitDecryptFailsWhenDigestNotAuthorized()
1244 String impliedDigest = TestUtils.getCipherDigest(transformation); in testInitEncryptSymmetricFailsWhenDigestNotAuthorized()
1654 TestUtils.getDigestOutputSizeBits(TestUtils.getCipherDigest( in testEntropyConsumption()