| /external/chromium_org/components/os_crypt/ |
| D | os_crypt_win.cc | 15 std::string* ciphertext) { in EncryptString16() 19 bool OSCrypt::DecryptString16(const std::string& ciphertext, in DecryptString16() 30 std::string* ciphertext) { in EncryptString() 50 bool OSCrypt::DecryptString(const std::string& ciphertext, in DecryptString()
|
| D | os_crypt_posix.cc | 58 std::string* ciphertext) { in EncryptString16() 62 bool OSCrypt::DecryptString16(const std::string& ciphertext, in DecryptString16() 73 std::string* ciphertext) { in EncryptString() 101 bool OSCrypt::DecryptString(const std::string& ciphertext, in DecryptString()
|
| D | os_crypt_unittest.cc | 35 std::string ciphertext; in TEST_F() local 81 std::string ciphertext; in TEST_F() local 104 std::string ciphertext; in TEST_F() local 131 std::string ciphertext; in TEST_F() local
|
| /external/chromium_org/content/test/data/webcrypto/ |
| D | rsa_oaep.json | 24 …"ciphertext": "4EBEBCA7297864FDEA44B3BF0E4D5AC26A8478E63642CED06182597DF247EC9883E72DFDC4507EE5058… string 32 …"ciphertext": "67B83119BA513947000F3D7F144408FCBD6B22F93C01671C1E40607972BB991716EAA79B96FF8DEF95D… string 50 …"ciphertext": "333777A27C14C6186D2E90024507D7BD01D2A23FD462E9DBA6E9E96759A7025F29ABAA40DF6B3355648… string 58 …"ciphertext": "686D4B27EBD14F4745FB947459DE0D349E53C115F466245268E5C6B8C48FFFDAFB9C7737360D850A686… string
|
| /external/chromium_org/sync/test/ |
| D | fake_encryptor.cc | 14 std::string* ciphertext) { in EncryptString() 19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
|
| /external/chromium_org/components/gcm_driver/ |
| D | system_encryptor.cc | 14 std::string* ciphertext) { in EncryptString() 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
|
| /external/chromium_org/components/sync_driver/ |
| D | system_encryptor.cc | 14 std::string* ciphertext) { in EncryptString() 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
|
| D | system_encryptor_unittest.cc | 27 std::string ciphertext; in TEST_F() local
|
| /external/chromium_org/google_apis/gcm/base/ |
| D | fake_encryptor.cc | 14 std::string* ciphertext) { in EncryptString() 19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
|
| /external/chromium_org/net/http/ |
| D | des_unittest.cc | 25 uint8 ciphertext[8]; in TEST() local 43 uint8 ciphertext[8]; in TEST() local
|
| /external/chromium_org/crypto/ |
| D | encryptor_unittest.cc | 27 std::string ciphertext; in TEST() local 71 std::string ciphertext; in TEST() local 187 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt() 219 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt() 295 std::string ciphertext; in TEST() local 419 std::string ciphertext; in TEST() local 449 std::string ciphertext; in TEST() local 501 std::string ciphertext; in TEST() local 526 scoped_ptr<char[]> ciphertext(new char[1]); in TEST() local
|
| D | encryptor_nss.cc | 75 std::string* ciphertext) { in Encrypt() 89 bool Encryptor::Decrypt(const base::StringPiece& ciphertext, in Decrypt()
|
| D | encryptor_openssl.cc | 74 std::string* ciphertext) { in Encrypt() 81 bool Encryptor::Decrypt(const base::StringPiece& ciphertext, in Decrypt()
|
| /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/chromium_org/net/quic/crypto/ |
| D | aead_base_decrypter_openssl.cc | 81 StringPiece ciphertext, in Decrypt() 107 StringPiece ciphertext) { in DecryptPacket()
|
| D | null_decrypter.cc | 24 StringPiece ciphertext, in Decrypt() 49 StringPiece ciphertext) { in DecryptPacket()
|
| D | aead_base_decrypter_nss.cc | 52 StringPiece ciphertext, in Decrypt() 121 StringPiece ciphertext) { in DecryptPacket()
|
| /external/chromium_org/sync/util/ |
| D | nigori.cc | 133 std::string ciphertext; in Permute() local 169 std::string ciphertext; in Encrypt() local 207 std::string ciphertext(input.substr(kIvSize, in Decrypt() local
|
| /external/chromium_org/chrome/browser/net/ |
| D | cookie_store_util.cc | 139 std::string* ciphertext) { in EncryptString() 143 bool CookieOSCryptoDelegate::DecryptString(const std::string& ciphertext, in DecryptString()
|
| /external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
| D | cipher_test.c | 127 const uint8_t *ciphertext, int cn, const uint8_t *aad, int an, in test1() 293 int pn, const uint8_t *ciphertext, int cn, in test_cipher() 356 uint8_t *iv, *key, *plaintext, *ciphertext, *aad, *tag; in main() local
|
| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| D | rc4.py | 18 def decrypt(self, ciphertext): argument
|
| D | pycrypto_rc4.py | 26 def decrypt(self, ciphertext): argument
|
| D | python_rc4.py | 40 def decrypt(self, ciphertext): argument
|
| D | tripledes.py | 26 def decrypt(self, ciphertext): argument
|
| D | aes.py | 33 def decrypt(self, ciphertext): argument
|