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

  /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/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/elfutils/src/
elflint.c 2206 Elf_Data *hash_data = elf_getdata (hash_scn, NULL); local
    [all...]

Completed in 132 milliseconds