OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lane_length
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h
102
uint32_t
lane_length
;
member in struct:Argon2_instance_t
178
reference_area_size = instance->
lane_length
-
182
reference_area_size = instance->
lane_length
-
206
instance->
lane_length
; /* absolute position */
argon2-fill-block-avx2.c
179
curr_offset = position.lane * instance->
lane_length
+
182
if (0 == curr_offset % instance->
lane_length
) {
184
prev_offset = curr_offset + instance->
lane_length
- 1;
196
if (curr_offset % instance->
lane_length
== 1) {
228
instance->
lane_length
* ref_lane + ref_index;
argon2-fill-block-avx512f.c
184
curr_offset = position.lane * instance->
lane_length
+
187
if (0 == curr_offset % instance->
lane_length
) {
189
prev_offset = curr_offset + instance->
lane_length
- 1;
201
if (curr_offset % instance->
lane_length
== 1) {
233
instance->
lane_length
* ref_lane + ref_index;
argon2-fill-block-ref.c
177
curr_offset = position.lane * instance->
lane_length
+
180
if (0 == curr_offset % instance->
lane_length
) {
182
prev_offset = curr_offset + instance->
lane_length
- 1;
191
if (curr_offset % instance->
lane_length
== 1) {
223
instance->
lane_length
* ref_lane + ref_index;
argon2-fill-block-ssse3.c
178
curr_offset = position.lane * instance->
lane_length
+
181
if (0 == curr_offset % instance->
lane_length
) {
183
prev_offset = curr_offset + instance->
lane_length
- 1;
195
if (curr_offset % instance->
lane_length
== 1) {
227
instance->
lane_length
* ref_lane + ref_index;
argon2-core.c
194
instance->region->memory + instance->
lane_length
- 1);
199
l * instance->
lane_length
+ (instance->
lane_length
- 1);
379
load_block(&instance->region->memory[l * instance->
lane_length
+ 0],
385
load_block(&instance->region->memory[l * instance->
lane_length
+ 1],
argon2.c
60
instance.
lane_length
= segment_length * ARGON2_SYNC_POINTS;
Completed in 14 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025