OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:salt_bytes
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/tools/
tests_tools_nsec3hash.py
131
salt_bytes
=strategies.binary(min_size=0, max_size=255),
133
def test_nsec3hash_acceptable_values(domain, it,
salt_bytes
) -> None:
134
if not
salt_bytes
:
137
salt_text =
salt_bytes
.hex()
140
domain, salt=
salt_bytes
, iterations=it, algorithm=NSEC3Hash.SHA1
154
salt_bytes
=strategies.binary(min_size=256),
variable
156
def test_nsec3hash_salt_too_long(domain, it,
salt_bytes
) -> None:
157
salt_text =
salt_bytes
.hex()
166
salt_bytes
=strategies.binary(min_size=0, max_size=255),
variable
168
def test_nsec3hash_too_many_iterations(domain, it,
salt_bytes
) -> None
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026