Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c44 static fill_segment_fn fill_segment = fill_segment_ref; variable
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c466 static void fill_segment(const KDF_ARGON2 *ctx, uint32_t pass, uint32_t lane, in fill_segment() function