HomeSort by: relevance | last modified time | path
    Searched defs:starting_index (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-fill-block-avx2.c 150 uint32_t starting_index, i; local in function:fill_segment_avx2
172 starting_index = 0;
175 starting_index = 2; /* we have already generated the first two blocks */
180 position.slice * instance->segment_length + starting_index;
193 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-avx512f.c 155 uint32_t starting_index, i; local in function:fill_segment_avx512f
177 starting_index = 0;
180 starting_index = 2; /* we have already generated the first two blocks */
185 position.slice * instance->segment_length + starting_index;
198 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-ref.c 151 uint32_t starting_index; local in function:fill_segment_ref
170 starting_index = 0;
173 starting_index = 2; /* we have already generated the first two blocks */
178 position.slice * instance->segment_length + starting_index;
188 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-ssse3.c 149 uint32_t starting_index, i; local in function:fill_segment_ssse3
171 starting_index = 0;
174 starting_index = 2; /* we have already generated the first two blocks */
179 position.slice * instance->segment_length + starting_index;
192 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-avx2.c 150 uint32_t starting_index, i; local in function:fill_segment_avx2
172 starting_index = 0;
175 starting_index = 2; /* we have already generated the first two blocks */
180 position.slice * instance->segment_length + starting_index;
193 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-avx512f.c 155 uint32_t starting_index, i; local in function:fill_segment_avx512f
177 starting_index = 0;
180 starting_index = 2; /* we have already generated the first two blocks */
185 position.slice * instance->segment_length + starting_index;
198 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-ref.c 151 uint32_t starting_index; local in function:fill_segment_ref
170 starting_index = 0;
173 starting_index = 2; /* we have already generated the first two blocks */
178 position.slice * instance->segment_length + starting_index;
188 for (i = starting_index; i < instance->segment_length;
argon2-fill-block-ssse3.c 149 uint32_t starting_index, i; local in function:fill_segment_ssse3
171 starting_index = 0;
174 starting_index = 2; /* we have already generated the first two blocks */
179 position.slice * instance->segment_length + starting_index;
192 for (i = starting_index; i < instance->segment_length;

Completed in 27 milliseconds