Home
last modified time | relevance | path

Searched defs:AES (Results 1 – 4 of 4) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DBlockCipherFactory.java40 ciphers.add(new CipherEntry("aes128-ctr", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
41 ciphers.add(new CipherEntry("aes192-ctr", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
42 ciphers.add(new CipherEntry("aes256-ctr", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
45 ciphers.add(new CipherEntry("aes128-cbc", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
46 ciphers.add(new CipherEntry("aes192-cbc", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
47 ciphers.add(new CipherEntry("aes256-cbc", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES")); in ciphers.add()
DAES.java60 public class AES implements BlockCipher class
488 public AES() in AES() method in AES
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
DAES.java31 public final class AES class
33 private AES() in AES() method in AES
/external/chromium/crypto/
Dsymmetric_key.h30 AES, enumerator