OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_hash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py
243
f"
next_hash
={TARGET_NEXT_LENGTH}B, signed tag={key_tag}",
250
"""Modify an NSEC3 record's
next_hash
to TARGET_NEXT_LENGTH bytes."""
265
next_hash
= orig_wire[pos : pos + hash_len]
269
crafted_next =
next_hash
+ os.urandom(TARGET_NEXT_LENGTH - len(
next_hash
))
316
f"
next_hash
-> {TARGET_NEXT_LENGTH}B",
/src/sys/ufs/ext2fs/
ext2fs_htree.c
669
uint32_t
next_hash
;
local
685
next_hash
= ext2fs_htree_get_hash(level->h_entry);
687
if (hash != (
next_hash
& ~1))
/src/sbin/fsck_udf/
main.c
153
LIST_ENTRY(udf_fsck_node)
next_hash
;
310
pos = LIST_NEXT(pos,
next_hash
);
3392
LIST_INSERT_HEAD(&fs_nodes_hash[entry], leaf_node,
next_hash
);
3433
LIST_INSERT_HEAD(&fs_nodes_hash[entry], leaf_node,
next_hash
);
3879
LIST_INSERT_HEAD(&fs_nodes_hash[entry], root_node,
next_hash
);
3889
LIST_INSERT_HEAD(&fs_nodes_hash[entry], sys_stream_node,
next_hash
);
4098
LIST_REMOVE(cur_node,
next_hash
);
4164
LIST_REMOVE(cur_node,
next_hash
);
Completed in 68 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026