Home
last modified time | relevance | path

Searched refs:fill_segment (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c44 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()