Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEciesTest.java266 Cipher eciesA; in testIsAlias() local
270 eciesA = Cipher.getInstance(algorithmA); in testIsAlias()
286 eciesA.init(Cipher.ENCRYPT_MODE, keyPair.getPublic()); in testIsAlias()
287 byte[] ciphertext = eciesA.doFinal(message); in testIsAlias()