| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 70 DWARFMappedHash::DIEInfoArray hash_data; in GetGlobalVariables() local 71 m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data); in GetGlobalVariables() 73 DWARFMappedHash::ExtractDIEArray(hash_data, in GetGlobalVariables() 82 DWARFMappedHash::DIEInfoArray hash_data; in GetGlobalVariables() local 84 hash_data); in GetGlobalVariables() 85 DWARFMappedHash::ExtractDIEArray(hash_data, DIERefCallback(callback)); in GetGlobalVariables() 195 DWARFMappedHash::DIEInfoArray hash_data; in GetFunctions() local 196 m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data); in GetFunctions() 197 DWARFMappedHash::ExtractDIEArray(hash_data, in GetFunctions()
|
| H A D | HashedNameToDIE.cpp | 265 DIEInfo &hash_data) const { in Read() 278 hash_data.die_offset = in Read() 285 hash_data.tag = (dw_tag_t)form_value.Unsigned(); in Read() 289 hash_data.type_flags = (uint32_t)form_value.Unsigned(); in Read() 293 hash_data.qualified_name_hash = form_value.Unsigned(); in Read() 301 return hash_data.die_offset != DW_INVALID_OFFSET; in Read() 317 HashData &hash_data) const { in ReadHashData() 323 hash_data.resize(count); in ReadHashData() 325 if (!m_header.Read(m_data, &offset, hash_data[i])) in ReadHashData() 329 hash_data.clear(); in ReadHashData()
|
| H A D | HashedNameToDIE.h | 117 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const; 133 HashData &hash_data) const override;
|
| /freebsd-13.1/lib/libsecureboot/ |
| H A D | libsecureboot-priv.h | 39 } hash_data; typedef 43 void ve_forbidden_digest_add(hash_data *digest, size_t); 66 hash_data* efi_get_forbidden_digests(size_t *count);
|
| H A D | vets.c | 56 typedef VECTOR(hash_data) digest_list; 241 ve_forbidden_digest_add(hash_data *digest, size_t num) in ve_forbidden_digest_add() 479 hash_data *digest; in check_forbidden_digests()
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | hash.c | 51 struct hash_data { struct 155 struct hash_data *hd = arg; in hash_find_list_cb() 173 struct hash_data hd; in hash_find_iter() 188 struct hash_data *hd = arg; in hash_find_first_cb() 201 struct hash_data hd; in hash_find()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 261 HashData &hash_data) const = 0; 284 std::function<bool(const HashData &hash_data)> const &callback) const { in ForEach() 289 HashData hash_data; in ForEach() local 290 if (ReadHashData(hash_data_offset, hash_data)) { in ForEach() 292 if (callback(hash_data) == false) in ForEach()
|
| /freebsd-13.1/contrib/bearssl/src/rsa/ |
| H A D | rsa_oaep_pad.c | 33 hash_data(const br_hash_class *dig, void *dst, const void *src, size_t len) in hash_data() function 88 hash_data(dig, buf + 1 + hlen, label, label_len); in br_rsa_oaep_pad()
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKuserdefs.sh | 124 static const HashData hash_data[] = { 130 return hash_data;
|
| H A D | MKcaptab.sh | 213 static const HashData hash_data[2] = 222 return &hash_data[(termcap != FALSE)];
|
| /freebsd-13.1/lib/libsecureboot/efi/ |
| H A D | efi_variables.c | 171 hash_data* 175 hash_data *digests; in efi_get_forbidden_digests() 232 (digest_count + 1) * sizeof(hash_data)); in efi_get_forbidden_digests()
|
| H A D | efi_init.c | 39 hash_data *digests; in ve_efi_init()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | sae_pk.c | 708 u8 *hash_data, *pos; in sae_pk_valid_fingerprint() local 724 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint() 725 if (!hash_data) in sae_pk_valid_fingerprint() 727 pos = hash_data; in sae_pk_valid_fingerprint() 735 hash_data, hash_data_len); in sae_pk_valid_fingerprint() 736 res = sae_hash(hash_len, hash_data, hash_data_len, hash); in sae_pk_valid_fingerprint() 737 bin_clear_free(hash_data, hash_data_len); in sae_pk_valid_fingerprint()
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/os/ |
| H A D | modhash.c | 203 mod_hash_bystr(void *hash_data, mod_hash_key_t key) in mod_hash_bystr() argument 277 mod_hash_byptr(void *hash_data, mod_hash_key_t key) in mod_hash_byptr() argument 280 k >>= (int)(uintptr_t)hash_data; in mod_hash_byptr() 346 mod_hash_byid(void *hash_data, mod_hash_key_t key) in mod_hash_byid() argument 348 uint_t kval = (uint_t)(uintptr_t)hash_data; in mod_hash_byid()
|
| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_server.c | 219 hash_data(br_ssl_server_context *ctx, in hash_data() function 316 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF, in do_ecdhe_part1()
|
| H A D | ssl_hs_server.t0 | 164 hash_data(br_ssl_server_context *ctx, 261 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF,
|