OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:segment_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.c
31
uint32_t memory_blocks,
segment_length
;
local in function:argon2_ctx
51
segment_length
= memory_blocks / (context->lanes * ARGON2_SYNC_POINTS);
53
memory_blocks =
segment_length
* (context->lanes * ARGON2_SYNC_POINTS);
59
instance.
segment_length
=
segment_length
;
60
instance.lane_length =
segment_length
* ARGON2_SYNC_POINTS;
argon2-core.h
101
uint32_t
segment_length
;
member in struct:Argon2_instance_t
167
position->slice * instance->
segment_length
+
171
position->slice * instance->
segment_length
+
179
instance->
segment_length
+ position->index -
183
instance->
segment_length
+
201
: (position->slice + 1) * instance->
segment_length
;
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025