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

  /external/chromium_org/crypto/
ec_signature_creator_nss.cc 36 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/chromium_org/crypto/third_party/nss/
secsign.cc 91 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/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 244 // 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.tag)
    [all...]
  /external/chromium_org/base/ios/
device_util.mm 163 NSData* hash_data = [base::SysUTF8ToNSString(in_string + salt)
167 CC_SHA256([hash_data bytes], [hash_data length], hash);
  /external/lldb/include/lldb/Core/
MappedHash.h 206 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/
openssl_platform_key_mac.cc 211 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/
obj.c 565 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/
elflint.c 2231 Elf_Data *hash_data = elf_getdata (hash_scn, NULL); local
    [all...]

Completed in 1002 milliseconds