Home
last modified time | relevance | path

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

123

/external/chromium_org/components/os_crypt/
Dos_crypt_win.cc15 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()
Dos_crypt_posix.cc58 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()
Dos_crypt_unittest.cc35 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/
Drsa_oaep.json24 …"ciphertext": "4EBEBCA7297864FDEA44B3BF0E4D5AC26A8478E63642CED06182597DF247EC9883E72DFDC4507EE5058… string
32 …"ciphertext": "67B83119BA513947000F3D7F144408FCBD6B22F93C01671C1E40607972BB991716EAA79B96FF8DEF95D… string
50 …"ciphertext": "333777A27C14C6186D2E90024507D7BD01D2A23FD462E9DBA6E9E96759A7025F29ABAA40DF6B3355648… string
58 …"ciphertext": "686D4B27EBD14F4745FB947459DE0D349E53C115F466245268E5C6B8C48FFFDAFB9C7737360D850A686… string
/external/chromium_org/sync/test/
Dfake_encryptor.cc14 std::string* ciphertext) { in EncryptString()
19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
/external/chromium_org/components/gcm_driver/
Dsystem_encryptor.cc14 std::string* ciphertext) { in EncryptString()
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
/external/chromium_org/components/sync_driver/
Dsystem_encryptor.cc14 std::string* ciphertext) { in EncryptString()
18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
Dsystem_encryptor_unittest.cc27 std::string ciphertext; in TEST_F() local
/external/chromium_org/google_apis/gcm/base/
Dfake_encryptor.cc14 std::string* ciphertext) { in EncryptString()
19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, in DecryptString()
/external/chromium_org/net/http/
Ddes_unittest.cc25 uint8 ciphertext[8]; in TEST() local
43 uint8 ciphertext[8]; in TEST() local
/external/chromium_org/crypto/
Dencryptor_unittest.cc27 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
Dencryptor_nss.cc75 std::string* ciphertext) { in Encrypt()
89 bool Encryptor::Decrypt(const base::StringPiece& ciphertext, in Decrypt()
Dencryptor_openssl.cc74 std::string* ciphertext) { in Encrypt()
81 bool Encryptor::Decrypt(const base::StringPiece& ciphertext, 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_org/net/quic/crypto/
Daead_base_decrypter_openssl.cc81 StringPiece ciphertext, in Decrypt()
107 StringPiece ciphertext) { in DecryptPacket()
Dnull_decrypter.cc24 StringPiece ciphertext, in Decrypt()
49 StringPiece ciphertext) { in DecryptPacket()
Daead_base_decrypter_nss.cc52 StringPiece ciphertext, in Decrypt()
121 StringPiece ciphertext) { in DecryptPacket()
/external/chromium_org/sync/util/
Dnigori.cc133 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/
Dcookie_store_util.cc139 std::string* ciphertext) { in EncryptString()
143 bool CookieOSCryptoDelegate::DecryptString(const std::string& ciphertext, in DecryptString()
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher_test.c127 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/
Drc4.py18 def decrypt(self, ciphertext): argument
Dpycrypto_rc4.py26 def decrypt(self, ciphertext): argument
Dpython_rc4.py40 def decrypt(self, ciphertext): argument
Dtripledes.py26 def decrypt(self, ciphertext): argument
Daes.py33 def decrypt(self, ciphertext): argument

123