Searched refs:hash_data (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/crypto/third_party/nss/
H A Dsecsign.cc91 std::vector<uint8> hash_data(HASH_ResultLen(hash_type));
93 hash_type, &hash_data[0], input->data, input->len);
96 SECItem hash = {siBuffer, &hash_data[0],
97 static_cast<unsigned int>(hash_data.size())};
/external/chromium_org/crypto/
H A Dec_signature_creator_nss.cc36 std::vector<uint8> hash_data(HASH_ResultLen(hash_type));
38 hash_type, &hash_data[0], input->data, input->len);
41 SECItem hash = {siBuffer, &hash_data[0],
42 static_cast<unsigned int>(hash_data.size())};
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h244 // DIE offset base so die offsets in hash_data can be CU relative
437 DIEInfo &hash_data) const
453 hash_data.offset = (dw_offset_t)form_value.Reference (header_data.die_base_offset);
457 hash_data.tag = (dw_tag_t)form_value.Unsigned ();
460 hash_data.type_flags = (uint32_t)form_value.Unsigned ();
464 hash_data.qualified_name_hash = form_value.Unsigned ();
476 Dump (lldb_private::Stream& strm, const DIEInfo &hash_data) const
488 strm.Printf ("{0x%8.8x}", hash_data.offset);
493 const char *tag_cstr = lldb_private::DW_TAG_value_to_name (hash_data.tag);
497 strm.Printf ("DW_TAG_(0x%4.4x)", hash_data
[all...]
/external/lldb/include/lldb/Core/
H A DMappedHash.h206 WriteHashData (const HashData &hash_data,
492 HashData &hash_data) const = 0;
523 ForEach (std::function <bool(const HashData &hash_data)> const &callback) const
531 HashData hash_data; local
532 if (ReadHashData (hash_data_offset, hash_data))
535 if (callback(hash_data) == false)
/external/chromium_org/net/ssl/
H A Dopenssl_platform_key_mac.cc211 CSSM_DATA hash_data; local
212 hash_data.Length = in_len;
213 hash_data.Data = const_cast<uint8*>(in);
219 if (CSSM_SignData(cssm_signature.get(), &hash_data, 1,
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj.c565 static uint32_t hash_data(const ASN1_OBJECT *obj) { function
605 global_added_by_data = lh_ASN1_OBJECT_new(hash_data, cmp_data);
/external/elfutils/0.153/src/
H A Delflint.c2231 Elf_Data *hash_data = elf_getdata (hash_scn, NULL); local
2240 || hash_data == NULL || gnu_hash_data == NULL)
2289 const Elf32_Word *hasharr = (Elf32_Word *) hash_data->d_buf;
2306 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf;

Completed in 751 milliseconds