HomeSort by relevance Sort by last modified time
    Searched full:cipherkey (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_Impl1Test.java 30 static Key cipherKey;
38 cipherKey = kg.generateKey();
65 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap);
97 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap, sr);
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 46 static Key cipherKey;
54 cipherKey = kg.generateKey();
174 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, sr);
190 cipher.init(Cipher.ENCRYPT_MODE, cipherKey);
201 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, sr);
222 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ivAVP);
248 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ivAVP, sr);
378 c.init(Cipher.ENCRYPT_MODE, cipherKey);
393 c.init(Cipher.ENCRYPT_MODE, cipherKey);
  /external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits)
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
aes-internal.c     [all...]
aes_i.h 123 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits);
  /external/openssh/
rijndael.c     [all...]

Completed in 61 milliseconds