Home
last modified time | relevance | path

Searched refs:getBaseAlgorithm (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherBasicsTest.java121 decodeHex(line[KEY_INDEX]), getBaseAlgorithm(transformation)); in testBasicEncryption()
129 params = AlgorithmParameters.getInstance(getBaseAlgorithm(transformation)); in testBasicEncryption()
217 decodeHex(line[KEY_INDEX]), getBaseAlgorithm(transformation)); in testAeadEncryption()
388 private static String getBaseAlgorithm(String transformation) { in getBaseAlgorithm() method in CipherBasicsTest
DCipherTest.java212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() method in CipherTest
295 return getBaseAlgorithm(algorithm).equals("RSA"); in isAsymmetric()
342 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey()
4536 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DCipherBasicsTest.java120 getBaseAlgorithm(transformation)); in testBasicEncryption()
128 params = AlgorithmParameters.getInstance(getBaseAlgorithm(transformation)); in testBasicEncryption()
220 getBaseAlgorithm(transformation)); in testAeadEncryption()
393 private static String getBaseAlgorithm(String transformation) { in getBaseAlgorithm() method in CipherBasicsTest
DCipherTest.java212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() method in CipherTest
295 return getBaseAlgorithm(algorithm).equals("RSA"); in isAsymmetric()
342 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey()
4544 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint()