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

/freebsd-13-stable/lib/libsecureboot/
H A Dlibsecureboot-priv.h39 } hash_data; typedef in typeref:struct:__anon7725
43 void ve_forbidden_digest_add(hash_data *digest, size_t);
66 hash_data* efi_get_forbidden_digests(size_t *count);
H A Dvets.c56 typedef VECTOR(hash_data) digest_list;
241 ve_forbidden_digest_add(hash_data *digest, size_t num)
479 hash_data *digest;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp70 DWARFMappedHash::DIEInfoArray hash_data;
71 m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data);
73 DWARFMappedHash::ExtractDIEArray(hash_data,
82 DWARFMappedHash::DIEInfoArray hash_data;
84 hash_data);
85 DWARFMappedHash::ExtractDIEArray(hash_data, DIERefCallback(callback));
195 DWARFMappedHash::DIEInfoArray hash_data;
196 m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data);
197 DWARFMappedHash::ExtractDIEArray(hash_data,
H A DHashedNameToDIE.cpp266 DIEInfo &hash_data) const {
279 hash_data.die_offset =
286 hash_data.tag = (dw_tag_t)form_value.Unsigned();
290 hash_data.type_flags = (uint32_t)form_value.Unsigned();
294 hash_data.qualified_name_hash = form_value.Unsigned();
302 return hash_data.die_offset != DW_INVALID_OFFSET;
318 HashData &hash_data) const {
324 hash_data.resize(count);
326 if (!m_header.Read(m_data, &offset, hash_data[i]))
330 hash_data
[all...]
H A DHashedNameToDIE.h101 /// DIE offset base so die offsets in hash_data can be CU relative.
117 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
133 HashData &hash_data) const override;
/freebsd-13-stable/contrib/bearssl/src/rsa/
H A Drsa_oaep_pad.c33 hash_data(const br_hash_class *dig, void *dst, const void *src, size_t len) function
88 hash_data(dig, buf + 1 + hlen, label, label_len);
/freebsd-13-stable/lib/libsecureboot/efi/
H A Defi_init.c39 hash_data *digests;
H A Defi_variables.c171 hash_data*
175 hash_data *digests;
232 (digest_count + 1) * sizeof(hash_data));
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A DMKuserdefs.sh124 static const HashData hash_data[] = {
130 return hash_data;
H A DMKcaptab.sh213 static const HashData hash_data[2] =
222 return &hash_data[(termcap != FALSE)];
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h263 HashData &hash_data) const = 0;
286 std::function<bool(const HashData &hash_data)> const &callback) const {
291 HashData hash_data; local
292 if (ReadHashData(hash_data_offset, hash_data)) {
294 if (callback(hash_data) == false)
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c51 struct hash_data { struct
155 struct hash_data *hd = arg;
173 struct hash_data hd;
188 struct hash_data *hd = arg;
201 struct hash_data hd;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c203 mod_hash_bystr(void *hash_data, mod_hash_key_t key) argument
277 mod_hash_byptr(void *hash_data, mod_hash_key_t key) argument
280 k >>= (int)(uintptr_t)hash_data;
346 mod_hash_byid(void *hash_data, mod_hash_key_t key) argument
348 uint_t kval = (uint_t)(uintptr_t)hash_data;
361 * hash_data.
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c219 hash_data(br_ssl_server_context *ctx, function
316 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF,

Completed in 107 milliseconds