Searched refs:lane (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 152 uint32_t lane; member 248 static void fill_segment(const KDF_ARGON2 *ctx, uint32_t pass, uint32_t lane, 466 static void fill_segment(const KDF_ARGON2 *ctx, uint32_t pass, uint32_t lane, in fill_segment() argument 487 input_block.v[1] = lane; in fill_segment() 503 curr_offset = lane * ctx->lane_length + slice * ctx->segment_length in fill_segment() 528 ref_lane = lane; in fill_segment() 532 ref_lane == lane); in fill_segment() 555 fill_segment(my_data->ctx, my_data->pos.pass, my_data->pos.lane, in fill_segment_thr() 586 p.lane = l; in fill_mem_blocks_mt()
|
/openssl/ |
H A D | CHANGES.md | 1687 32-bit lane assignment in CTR mode") for 64bit targets only, since it is
|
Completed in 46 milliseconds