Searched refs:fill_segment (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.c | 44 static fill_segment_fn fill_segment = fill_segment_ref; variable 237 fill_segment(instance, position); in fill_memory_blocks() 522 fill_segment = fill_segment_avx512f; in argon2_pick_best_implementation() 529 fill_segment = fill_segment_avx2; in argon2_pick_best_implementation() 535 fill_segment = fill_segment_ssse3; in argon2_pick_best_implementation() 539 fill_segment = fill_segment_ref; in argon2_pick_best_implementation()
|
| /freebsd/crypto/openssl/providers/implementations/kdfs/ |
| H A D | argon2.c | 246 static void fill_segment(const KDF_ARGON2 *ctx, uint32_t pass, uint32_t lane, 461 static void fill_segment(const KDF_ARGON2 *ctx, uint32_t pass, uint32_t lane, in fill_segment() function 550 fill_segment(my_data->ctx, my_data->pos.pass, my_data->pos.lane, in fill_segment_thr() 632 fill_segment(ctx, r, l, s); in fill_mem_blocks_st()
|