Searched refs:pbData (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/sync/util/
H A Ddata_encryption.cc23 unencrypted_data.pbData = (BYTE*)(data.data());
31 vector<uint8> result(encrypted_data.pbData,
32 encrypted_data.pbData + encrypted_data.cbData);
33 LocalFree(encrypted_data.pbData);
39 encrypted_data.pbData =
49 out_data->assign(reinterpret_cast<const char*>(decrypted_data.pbData),
51 LocalFree(decrypted_data.pbData);
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_win.cc31 input.pbData = const_cast<BYTE*>(
42 ciphertext->assign(reinterpret_cast<std::string::value_type*>(output.pbData),
45 LocalFree(output.pbData);
52 input.pbData = const_cast<BYTE*>(
62 plaintext->assign(reinterpret_cast<char*>(output.pbData), output.cbData);
63 LocalFree(output.pbData);
H A Die7_password.cc118 input.pbData = const_cast<unsigned char*>(&data.front());
122 url_key.pbData = reinterpret_cast<unsigned char*>(
132 memcpy(&decrypted_data.front(), output.pbData, output.cbData);
136 LocalFree(output.pbData);
H A Dpassword_store_win_unittest.cc79 input.pbData = data;
82 url_key.pbData = reinterpret_cast<unsigned char*>(
93 memcpy(&encrypted_data.front(), output.pbData, output.cbData);
95 LocalFree(output.pbData);
/external/chromium_org/components/webdata/encryptor/
H A Dencryptor_win.cc31 input.pbData = const_cast<BYTE*>(
42 ciphertext->assign(reinterpret_cast<std::string::value_type*>(output.pbData),
45 LocalFree(output.pbData);
52 input.pbData = const_cast<BYTE*>(
62 plaintext->assign(reinterpret_cast<char*>(output.pbData), output.cbData);
63 LocalFree(output.pbData);
H A Die7_password_win.cc123 input.pbData = const_cast<unsigned char*>(&data.front());
127 url_key.pbData = reinterpret_cast<unsigned char*>(
137 memcpy(&decrypted_data.front(), output.pbData, output.cbData);
141 LocalFree(output.pbData);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_set.c67 unsigned char *pbData; member in struct:__anon13842
80 r = memcmp(b1->pbData, b2->pbData,
132 rgSetBlob[i].pbData = p; /* catch each set encode blob */
134 rgSetBlob[i].cbData = p - rgSetBlob[i].pbData; /* Length of this
154 memcpy(p, rgSetBlob[i].pbData, rgSetBlob[i].cbData);
/external/openssl/crypto/asn1/
H A Da_set.c67 unsigned char *pbData; member in struct:__anon24436
80 r = memcmp(b1->pbData, b2->pbData,
132 rgSetBlob[i].pbData = p; /* catch each set encode blob */
134 rgSetBlob[i].cbData = p - rgSetBlob[i].pbData; /* Length of this
154 memcpy(p, rgSetBlob[i].pbData, rgSetBlob[i].cbData);
/external/chromium_org/net/cert/
H A Dx509_certificate_win.cc65 extension->Value.pbData,
103 data_blob.pbData = reinterpret_cast<BYTE*>(const_cast<char*>(data));
132 issuer_blob.pbData =
148 subject_.ParseDistinguishedName(cert_handle_->pCertInfo->Subject.pbData,
150 issuer_.ParseDistinguishedName(cert_handle_->pCertInfo->Issuer.pbData,
162 serial_bytes[i] = serial->pbData[serial->cbData - i - 1];
193 reinterpret_cast<const char*>(entry.IPAddress.pbData),
H A Dcert_verify_proc_win.cc196 cert->pCertInfo->Subject.pbData,
236 if (rdn_attr->Value.pbData[k] == '\0')
245 reinterpret_cast<wchar_t*>(rdn_attr->Value.pbData);
256 reinterpret_cast<int*>(rdn_attr->Value.pbData);
369 extension->Value.pbData,
429 serial_bytes[j] = serial_blob->pbData[serial_blob->cbData - j - 1];
/external/chromium_org/chrome/app/
H A Dsignature_validator_win_unittest.cc79 uint8* public_key = blob.pbData;
H A Dsignature_validator_win.cc39 crypt_blob.pbData), crypt_blob.cbData);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_win_unittest.cc85 input.pbData = data;
88 url_key.pbData = reinterpret_cast<unsigned char*>(
99 memcpy(&encrypted_data.front(), output.pbData, output.cbData);
101 LocalFree(output.pbData);
/external/chromium/net/base/
H A Dx509_certificate_win.cc194 extension->Value.pbData,
216 cert->pCertInfo->Subject.pbData,
256 if (rdn_attr->Value.pbData[k] == '\0')
265 reinterpret_cast<wchar_t*>(rdn_attr->Value.pbData);
276 reinterpret_cast<int*>(rdn_attr->Value.pbData);
346 extension->Value.pbData,
448 data_blob.pbData = reinterpret_cast<BYTE*>(const_cast<char*>(data));
528 serial_bytes[i] = serial->pbData[serial->cbData - i - 1];
581 subject_name.pbData = encoded_subject.get();
/external/chromium_org/chrome/common/importer/
H A Dpstore_declarations.h63 BYTE __RPC_FAR *pbData,
153 BYTE __RPC_FAR *pbData,
/external/chromium_org/net/ssl/
H A Dclient_cert_store_win.cc76 issuers[i].pbData = reinterpret_cast<BYTE*>(
/external/chromium/net/socket/
H A Dssl_client_socket_nss.cc1392 ocsp_response_blob.pbData = ocsp_response.get();
2005 issuer_list[i].pbData = ca_names->names[i].data;
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc1444 issuer_list[i].pbData = ca_names->names[i].data;
2469 ocsp_response_blob.pbData = ocsp_responses->items[0].data;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c349 blob.pbData = buf;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c349 blob.pbData = buf;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c349 blob.pbData = buf;

Completed in 1346 milliseconds