HomeSort by relevance Sort by last modified time
    Searched refs:Decrypt (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/inc/
DivXDrmDecrypt.h 34 //Abstract base class of API to decrypt DRM content.
40 virtual OMX_ERRORTYPE Decrypt(OMX_BUFFERHEADERTYPE* buffer) = 0;
  /hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/inc/
DivXDrmDecrypt.h 34 //Abstract base class of API to decrypt DRM content.
40 virtual OMX_ERRORTYPE Decrypt(OMX_BUFFERHEADERTYPE* buffer) = 0;
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 42 string16 Decrypt(const std::string& crypt);
80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) {
81 return decryptor_.Decrypt(crypt);
nss_decryptor_null.h 21 // A NULL wrapper for Firefox NSS decrypt component, for use in builds where
27 string16 Decrypt(const std::string& crypt) const { return string16(); }
nss_decryptor_system_nss.h 22 // A wrapper for Firefox NSS decrypt component.
33 string16 Decrypt(const std::string& crypt) const;
nss_decryptor.cc 64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const {
70 // by a leading '~'. Otherwise, we should decrypt the text.
208 form.username_value = Decrypt(lines[begin++]);
212 form.password_value = Decrypt(lines[begin++]);
291 form.username_value = Decrypt(s2.ColumnString(5));
293 form.password_value = Decrypt(s2.ColumnString(6));
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils.h 46 string16 Decrypt(const std::string& crypt);
84 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) {
85 return decryptor_.Decrypt(crypt);
firefox_importer_unittest.cc 40 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECKa"
44 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECLW"
nss_decryptor_null.h 22 // A NULL wrapper for Firefox NSS decrypt component, for use in builds where
30 string16 Decrypt(const std::string& crypt) const { return string16(); }
nss_decryptor_system_nss.h 23 // A wrapper for Firefox NSS decrypt component.
34 string16 Decrypt(const std::string& crypt) const;
nss_decryptor.cc 64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const {
70 // by a leading '~'. Otherwise, we should decrypt the text.
209 form.username_value = Decrypt(lines[begin++]);
213 form.password_value = Decrypt(lines[begin++]);
292 form.username_value = Decrypt(s2.ColumnString(5));
294 form.password_value = Decrypt(s2.ColumnString(6));
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 45 Decrypt,
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.h 34 static Result Decrypt(base::StringPiece encrypted,
openpgp_symmetric_encryption_unittest.cc 63 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
74 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
85 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
96 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
108 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
  /external/chromium/chrome/browser/sync/util/
nigori_unittest.cc 66 TEST(NigoriTest, Decrypt) {
75 EXPECT_TRUE(nigori.Decrypt(encrypted, &plaintext));
91 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
109 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
128 EXPECT_FALSE(nigori.Decrypt(encrypted, &decrypted));
156 EXPECT_TRUE(nigori2.Decrypt(ciphertext, &plaintext));
160 EXPECT_TRUE(nigori1.Decrypt(ciphertext, &plaintext));
  /external/chromium_org/sync/util/
nigori_unittest.cc 66 TEST(SyncNigoriTest, Decrypt) {
75 EXPECT_TRUE(nigori.Decrypt(encrypted, &plaintext));
91 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
109 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
128 EXPECT_FALSE(nigori.Decrypt(encrypted, &decrypted));
156 EXPECT_TRUE(nigori2.Decrypt(ciphertext, &plaintext));
160 EXPECT_TRUE(nigori1.Decrypt(ciphertext, &plaintext));
cryptographer.cc 101 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted,
112 NOTREACHED() << "Cannot decrypt message";
117 if (!it->second->Decrypt(encrypted.blob(), &plaintext)) {
187 // Check if the key we just added can decrypt the pending keys and add them
191 Decrypt(*pending_keys_, &pending_bag);
206 if (!Decrypt(encrypted, &bag))
237 if (!nigori.Decrypt(pending_keys_->blob(), &plaintext))
319 if (!Decrypt(encrypted_bag, &bag)) {
320 LOG(ERROR) << "Failed to decrypt keybag for stale check. "
  /external/chromium_org/net/quic/crypto/
null_decrypter.h 15 // has occurred. It does not actually decrypt the payload, but does
24 virtual bool Decrypt(base::StringPiece nonce,
quic_decrypter.h 43 // Decrypt authenticates |associated_data| and |ciphertext| and then decrypts
49 virtual bool Decrypt(base::StringPiece nonce,
aes_128_gcm_12_decrypter.h 45 virtual bool Decrypt(base::StringPiece nonce,
aes_128_gcm_12_decrypter_openssl.cc 62 bool Aes128Gcm12Decrypter::Decrypt(StringPiece nonce,
134 if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), sizeof(nonce)),
  /external/chromium/crypto/
encryptor.h 39 bool Decrypt(const std::string& ciphertext, std::string* plaintext);
48 bool Crypt(bool encrypt, // Pass true to encrypt, false to decrypt.
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 117 void (*Decrypt)(PP_Instance instance,
  /external/chromium_org/chromeos/network/onc/
onc_utils_unittest.cc 22 Decrypt("test0000", *encrypted_onc);
33 Decrypt("test0000", *encrypted_onc);
46 Decrypt("test0000", *encrypted_onc);
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 101 void Decrypt(

Completed in 561 milliseconds

1 2 3 4