Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/password_manager/
Dencryptor_win.cc14 std::string* ciphertext) { in EncryptString16()
18 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16()
29 std::string* ciphertext) { in EncryptString()
49 bool Encryptor::DecryptString(const std::string& ciphertext, in DecryptString()
Dencryptor_linux.cc58 std::string* ciphertext) { in EncryptString16()
62 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16()
73 std::string* ciphertext) { in EncryptString()
101 bool Encryptor::DecryptString(const std::string& ciphertext, in DecryptString()
Dencryptor_unittest.cc34 std::string ciphertext; in TEST_F() local
80 std::string ciphertext; in TEST_F() local
103 std::string ciphertext; in TEST_F() local
130 std::string ciphertext; in TEST_F() local
/external/chromium/net/http/
Ddes_unittest.cc25 uint8 ciphertext[8]; in TEST() local
43 uint8 ciphertext[8]; in TEST() local
/external/chromium/crypto/
Dencryptor_unittest.cc27 std::string ciphertext; in TEST() local
102 std::string ciphertext; in TEST() local
132 std::string ciphertext; in TEST() local
158 std::string ciphertext; in TEST() local
211 std::string ciphertext; in TEST() local
Dencryptor_mac.cc68 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt()
72 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt()
Dencryptor_nss.cc52 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt()
87 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt()
Dencryptor_win.cc80 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt()
97 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt()
Dencryptor_openssl.cc72 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt()
76 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt()
/external/openssl/crypto/evp/
Devp_test.c139 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/chromium/chrome/browser/sync/util/
Dnigori.cc138 std::string ciphertext; in Permute() local
179 std::string ciphertext; in Encrypt() local
216 std::string ciphertext(input.substr(kIvSize, in Decrypt() local
Dnigori_unittest.cc153 std::string ciphertext; in TEST() local
/external/dropbear/libtomcrypt/demos/
Dencrypt.c97 unsigned char plaintext[512],ciphertext[512]; in main() local
/external/dropbear/libtomcrypt/src/ciphers/
Dkhazad.c677 static void khazad_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in khazad_crypt()
Danubis.c1039 static void anubis_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in anubis_crypt()
/external/srtp/srtp/
Dekt.c150 aes_decrypt_with_raw_key(void *ciphertext, const void *key) { in aes_decrypt_with_raw_key()
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dcrypto-aes.js230 function AESDecryptCtr(ciphertext, password, nBits) { argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dcrypto-aes.js230 function AESDecryptCtr(ciphertext, password, nBits) { argument
/external/srtp/crypto/include/
Dcipher.h133 uint8_t *ciphertext; /* ciphertext */ member
/external/chromium/net/socket/
Ddns_cert_provenance_checker.cc314 std::string ciphertext; in BuildEncryptedReport() local