HomeSort by relevance Sort by last modified time
    Searched refs:Encrypt (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/crypto/
encryptor_nss.cc 74 bool Encryptor::Encrypt(const base::StringPiece& plaintext,
encryptor_openssl.cc 74 bool Encryptor::Encrypt(const base::StringPiece& plaintext,
  /external/chromium_org/media/cast/transport/
cast_transport_sender_impl.cc 134 if (encryptor->Encrypt(frame.frame_id, frame.data, &encrypted_frame.data)) {
  /external/chromium_org/sync/syncable/
nigori_util.cc 33 // Note: we do not attempt to re-encrypt data with a new key here as key
71 return false; // We don't encrypt unique server nodes.
131 // We don't encrypt the server's permanent items.
171 // No encryption required or we are unable to encrypt.
174 // Encrypt new_specifics into generated_specifics.
187 // encrypted. The first time we encrypt a node we start from scratch, hence
198 if (!cryptographer->Encrypt(new_specifics,
200 NOTREACHED() << "Could not encrypt data for node of type "
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc     [all...]
syncer_unittest.cc 714 GetCryptographer(&wtrans)->Encrypt(bookmark,
803 other_cryptographer.Encrypt(bookmark,
807 other_cryptographer.Encrypt(modified_bookmark,
812 other_cryptographer.Encrypt(pref,
815 other_cryptographer.Encrypt(modified_pref,
    [all...]
  /external/chromium_org/sync/internal_api/
write_node.cc 168 if (!cryptographer->Encrypt(data, password_specifics->mutable_encrypted())) {
169 NOTREACHED() << "Failed to encrypt password, possibly due to sync node "
sync_manager_impl_unittest.cc     [all...]
sync_encryption_handler_impl_unittest.cc 413 // Verify the encryption handler processes the encrypt everything field
449 // Verify the encryption handler can detect an implicit encrypt everything state
450 // (from clients that failed to write the encrypt everything field).
453 nigori.set_encrypt_bookmarks(true); // Non-passwords = encrypt everything
475 // Receiving a nigori node with encrypt everything explicitly set shouldn't
488 // as Sensitive, and that it does not consider this an implicit encrypt
532 other_cryptographer.Encrypt(
539 // Set up the current encryption state (containing both keys and encrypt
544 GetCryptographer()->Encrypt(
773 // migrated, we should be in custom passphrase state with encrypt everything
    [all...]
  /external/chromium_org/content/child/webcrypto/
shared_crypto_unittest.cc 525 Status status = Encrypt(algorithm, key, CryptoData(plain_text), &output);
530 EXPECT_TRUE(false) << "Encrypt should have failed.";
    [all...]
shared_crypto.cc 326 unsigned int min_length = mode == ENCRYPT ? 16 : 24;
366 return EncryptDecryptAesCbc(ENCRYPT, algorithm, key, data, buffer);
368 return EncryptDecryptAesGcm(ENCRYPT, algorithm, key, data, buffer);
370 return EncryptDecryptAesKw(ENCRYPT, algorithm, key, data, buffer);
582 Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
    [all...]
webcrypto_impl.cc 361 state->status = webcrypto::Encrypt(state->algorithm,
591 void WebCryptoImpl::encrypt(const blink::WebCryptoAlgorithm& algorithm, function in class:content::WebCryptoImpl
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 62 return encryptor_.Encrypt(plaintext, ciphertext);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileTrailerDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileTrailerDictionary_autogen.h     [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc 101 virtual bool Encrypt(StringPiece nonce,
116 Encrypt(StringPiece(), associated_data, plaintext, buffer);
    [all...]
quic_framer_test.cc 113 virtual bool Encrypt(StringPiece nonce,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1090 milliseconds

12