Searched defs:ref_block (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-avx2.c44 fill_block(__m256i *state, const uint8_t *ref_block, uint8_t *next_block) argument
71 fill_block_with_xor(__m256i *state, const uint8_t *ref_block, argument
147 block *ref_block = NULL, *curr_block = NULL; local
H A Dargon2-fill-block-avx512f.c45 fill_block(__m512i *state, const uint8_t *ref_block, uint8_t *next_block) argument
74 fill_block_with_xor(__m512i *state, const uint8_t *ref_block, argument
152 block *ref_block = NULL, *curr_block = NULL; local
H A Dargon2-fill-block-ref.c24 fill_block(const block *prev_block, const block *ref_block, block *next_block) argument
62 fill_block_with_xor(const block *prev_block, const block *ref_block, argument
146 block *ref_block = NULL, *curr_block = NULL; local
[all...]
H A Dargon2-fill-block-ssse3.c39 fill_block(__m128i *state, const uint8_t *ref_block, uint8_t *next_block) argument
68 fill_block_with_xor(__m128i *state, const uint8_t *ref_block, argument
146 block *ref_block = NULL, *curr_block = NULL; local

Completed in 58 milliseconds