Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h118 } argon2_position_t; typedef
123 argon2_position_t pos;
140 const argon2_position_t *position, uint32_t pseudo_rand, in index_alpha()
278 argon2_position_t position);
281 argon2_position_t position);
283 argon2_position_t position);
285 argon2_position_t position);
287 argon2_position_t position);
H A Dargon2-fill-block-ssse3.c101 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
144 argon2_position_t position) in fill_segment_ssse3()
H A Dargon2-fill-block-avx512f.c107 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
150 argon2_position_t position) in fill_segment_avx512f()
H A Dargon2-fill-block-avx2.c102 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
145 argon2_position_t position) in fill_segment_avx2()
H A Dargon2-fill-block-ref.c113 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
144 fill_segment_ref(const argon2_instance_t *instance, argon2_position_t position) in fill_segment_ref()
H A Dargon2-core.c223 argon2_position_t position; in fill_memory_blocks()