Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c17 uint8_t outlen_bytes[4 /* sizeof(uint32_t) */] = { 0 }; in blake2b_long() local
25 STORE32_LE(outlen_bytes, (uint32_t) outlen); in blake2b_long()
37 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long()
38 sizeof(outlen_bytes))); in blake2b_long()
48 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long()
49 sizeof(outlen_bytes))); in blake2b_long()