Searched defs:ciphertext (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/evp/ |
D | evp_test.c | 139 const unsigned char *ciphertext,int cn, in test1() 247 const unsigned char *ciphertext,int cn, in test_cipher() 263 const unsigned char *ciphertext, unsigned int cn) in test_digest() 369 unsigned char *iv,*key,*plaintext,*ciphertext; in main() local
|
/external/dropbear/libtomcrypt/demos/ |
D | encrypt.c | 97 unsigned char plaintext[512],ciphertext[512]; in main() local
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | khazad.c | 677 static void khazad_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in khazad_crypt()
|
D | anubis.c | 1039 static void anubis_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in anubis_crypt()
|
/external/webkit/SunSpider/tests/ |
D | crypto-aes.js | 230 function AESDecryptCtr(ciphertext, password, nBits) { argument
|