HomeSort by relevance Sort by last modified time
    Searched full:data_blob (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/password_manager/
encryptor_win.cc 30 DATA_BLOB input;
35 DATA_BLOB output;
51 DATA_BLOB input;
56 DATA_BLOB output;
ie7_password.cc 114 DATA_BLOB input = {0};
115 DATA_BLOB output = {0};
116 DATA_BLOB url_key = {0};
password_store_win_unittest.cc 75 DATA_BLOB input = {0};
76 DATA_BLOB url_key = {0};
77 DATA_BLOB output = {0};
  /external/chromium_org/components/webdata/encryptor/
encryptor_win.cc 30 DATA_BLOB input;
35 DATA_BLOB output;
51 DATA_BLOB input;
56 DATA_BLOB output;
ie7_password_win.cc 119 DATA_BLOB input = {0};
120 DATA_BLOB output = {0};
121 DATA_BLOB url_key = {0};
  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 22 DATA_BLOB unencrypted_data = { 0 };
25 DATA_BLOB encrypted_data = { 0 };
38 DATA_BLOB encrypted_data, decrypted_data;
  /external/openssh/
auth-options.c 435 u_char *name = NULL, *data_blob = NULL; local
448 (data_blob = buffer_get_string_ret(&c, &dlen)) == NULL) {
452 buffer_append(&data, data_blob, dlen);
566 xfree(data_blob);
567 name = data_blob = NULL;
581 if (data_blob != NULL)
582 xfree(data_blob);
  /external/chromium_org/net/cert/
x509_certificate_win.cc 101 CERT_BLOB data_blob; local
102 data_blob.cbData = length;
103 data_blob.pbData = reinterpret_cast<BYTE*>(const_cast<char*>(data));
111 if (!CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &data_blob, expected_types,
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 81 DATA_BLOB input = {0};
82 DATA_BLOB url_key = {0};
83 DATA_BLOB output = {0};
  /external/chromium/net/base/
x509_certificate_win.cc 446 CERT_BLOB data_blob; local
447 data_blob.cbData = length;
448 data_blob.pbData = reinterpret_cast<BYTE*>(const_cast<char*>(data));
456 if (!CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &data_blob, expected_types,
    [all...]

Completed in 3138 milliseconds