Home
last modified time | relevance | path

Searched defs:pseudo_rands (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-avx2.c102 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
155 uint64_t *pseudo_rands = NULL; in fill_segment_avx2() local
H A Dargon2-fill-block-avx512f.c107 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
160 uint64_t *pseudo_rands = NULL; in fill_segment_avx512f() local
H A Dargon2-fill-block-ref.c113 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
148 uint64_t *pseudo_rands = NULL; in fill_segment_ref() local
H A Dargon2-fill-block-ssse3.c101 const argon2_position_t *position, uint64_t *pseudo_rands) in generate_addresses()
154 uint64_t *pseudo_rands = NULL; in fill_segment_ssse3() local
H A Dargon2-core.h97 uint64_t *pseudo_rands; member