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

1 2 34

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 109 if (!cryptographer->Decrypt(entry_specifics.encrypted(),
111 LOG(ERROR) << "Could not decrypt data for newly unencrypted type " <<
  /external/chromium_org/sync/syncable/
entry_kernel.cc 96 cryptographer->Decrypt(encrypted, &decrypted)) {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 81 {WebKit::WebCryptoAlgorithmIdAesCbc, Decrypt, WebKit::WebCryptoAlgorithmParamsTypeAesCbcParams},
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 290 cdm::Status ClearKeyCdm::Decrypt(
293 DVLOG(1) << "Decrypt()";
484 decryptor_.Decrypt(
cdm_wrapper.cc 508 virtual void Decrypt(
730 void CdmWrapper::Decrypt(pp::Buffer_Dev encrypted_buffer,
746 status = cdm_->Decrypt(input_buffer, decrypted_block.get());
    [all...]
  /external/chromium_org/chromeos/cryptohome/
cryptohome_library.cc 146 LOG(WARNING) << "System salt key is not available for decrypt.";
223 if (!encryptor.Decrypt(encrypted_token, &token)) {
224 LOG(WARNING) << "Failed to decrypt token.";
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.cc 206 decryptor_->Decrypt(
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 190 OpenPGPSymmetricEncrytion::Result Decrypt(base::StringPiece in,
770 OpenPGPSymmetricEncrytion::Result OpenPGPSymmetricEncrytion::Decrypt(
778 Result reader = decrypter.Decrypt(encrypted, passphrase, &result);
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 303 // TODO(xhwang): Remove duplication of code in Decrypt(),
305 bool ContentDecryptorDelegate::Decrypt(
309 DVLOG(3) << "Decrypt() - stream_type: " << stream_type;
311 // now because there is only one pending audio/video decrypt request at any
322 DVLOG(2) << "Decrypt() - request_id " << request_id;
330 // There is only one pending decrypt request at any time per stream. This is
352 plugin_decryption_interface_->Decrypt(pp_instance_,
366 // The next Decrypt() call will need to allocate a new shared memory
374 // The next Decrypt() call will need to allocate a new shared memory
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 212 if (!crypto->Decrypt(encrypted, data.get()))
242 LOG(ERROR) << "Failed to decrypt encrypted node of type " <<
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 171 // Called to decrypt the pending keys.
482 // Since we were able to decrypt the cached pending keys with the passphrase
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 825 // If this is a deletion and the datatype was encrypted, we need to decrypt it
842 if (!cryptographer->Decrypt(encrypted, &original_specifics)) {
    [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc 150 virtual bool Decrypt(StringPiece nonce,
    [all...]
quic_framer_test.cc 155 virtual bool Decrypt(StringPiece nonce,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:
433 \index{Cipher Encrypt} \index{Cipher Decrypt}
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
528 /* decrypt the block */
529 blowfish_ecb_decrypt(ct, /* decrypt this 8-byte array */
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 809 milliseconds

1 2 34