Searched refs:WriteInto (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/crypto/
H A Drandom_unittest.cc25 crypto::RandBytes(WriteInto(&bytes, bytes.size()), bytes.size());
H A Dsymmetric_key_openssl.cc43 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1));
74 reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1));
H A Dencryptor_openssl.cc116 uint8* out_ptr = reinterpret_cast<uint8*>(WriteInto(&result,
157 uint8* out_ptr = reinterpret_cast<uint8*>(WriteInto(&result, out_size + 1));
/external/chromium_org/base/
H A Dguid_win.cc30 WriteInto(&guid_string, kGUIDSize), kGUIDSize);
H A Drand_util.cc67 RandBytes(WriteInto(&result, length + 1), length);
H A Dsha1_win.cc51 reinterpret_cast<BYTE*>(WriteInto(&result, hash_len + 1)), &hash_len,
/external/chromium_org/net/cert/
H A Djwk_serializer_openssl.cc65 WriteInto(&x_bytes, degree_bytes + 1)), degree_bytes, x.get()) ||
67 WriteInto(&y_bytes, degree_bytes + 1)), degree_bytes, y.get())) {
H A Dx509_cert_types_win.cc53 WriteInto(&wide_name, chars_needed), chars_needed);
/external/chromium_org/net/base/
H A Dnet_string_util_icu.cc30 char* buf = WriteInto(output, output_length);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_range.cc71 reinterpret_cast<unsigned short*>(WriteInto(&rv, count + 1));
H A Dpdfium_page.cc140 WriteInto(&text_utf16, char_count + 1));
308 void* data = WriteInto(&target->url, buffer_size);
390 if (url_length > 1) { // WriteInto needs at least 2 characters.
392 reinterpret_cast<unsigned short*>(WriteInto(&url, url_length));
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc76 device.c_str(), WriteInto(&device_path, kMaxPathBufLen), kMaxPathBufLen);
80 device_slash.c_str(), WriteInto(&device_path_slash, kMaxPathBufLen),
127 WriteInto(&mount_point, kMaxPathBufLen),
137 WriteInto(&guid, kMaxPathBufLen),
143 WriteInto(&guid, kMaxPathBufLen),
169 WriteInto(&volume_label, kMaxPathBufLen),
188 HANDLE find_handle = FindFirstVolume(WriteInto(&volume_name, kMaxPathBufLen),
197 WriteInto(&volume_path, kMaxPathBufLen),
201 if (!FindNextVolume(find_handle, WriteInto(&volume_name, kMaxPathBufLen),
H A Dportable_device_watcher_win.cc80 pnp_device_id.c_str(), WriteInto(name, name_len), &name_len);
98 WriteInto(name, name_len),
117 WriteInto(description, desc_len),
/external/chromium_org/base/strings/
H A Dutf_string_conversions_unittest.cc201 memcpy(WriteInto(&wmultistring, arraysize(wmulti)), wmulti, sizeof(wmulti));
204 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi));
/external/chromium_org/components/crash/app/
H A Dhard_error_handler_win.cc63 ::wsprintf(WriteInto(&message, count), msg_template, p1.c_str(), p2.c_str());
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_win.cc56 WriteInto(&user_input, length), length);
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.cc102 crypto::RandBytes(WriteInto(&nonce_bytes, kNonceLength + 1), kNonceLength);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_android.cc59 WriteInto(&result, max_capacity),
H A Dtime_format.cc112 time_string.extract(static_cast<UChar*>(WriteInto(&result, capacity)),
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection_win.cc40 path.c_str(), WriteInto(&path_expanded, path_len), path_len);
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc127 crypto::RandBytes(WriteInto(&salt_str, kHash1Bytes + 1), kHash1Bytes);
/external/chromium_org/base/win/
H A Dregistry.cc461 WriteInto(&key_name, kMaxKeyNameLength),
543 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_,
559 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_,
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.cc78 crypto::RandBytes(WriteInto(&random_bytes, 33), 32);
/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto_openssl.cc102 WriteInto(&common_name, common_name_length + 1),
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_chromium.cc46 memcpy(WriteInto(out_signature, raw_signature.size() + 1),

Completed in 513 milliseconds

123