OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outlen_bytes
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blake2b-long.c
17
uint8_t
outlen_bytes
[4 /* sizeof(uint32_t) */] = { 0 };
local in function:blake2b_long
25
STORE32_LE(
outlen_bytes
, (uint32_t) outlen);
37
TRY(crypto_generichash_blake2b_update(&blake_state,
outlen_bytes
,
38
sizeof(
outlen_bytes
)));
48
TRY(crypto_generichash_blake2b_update(&blake_state,
outlen_bytes
,
49
sizeof(
outlen_bytes
)));
Completed in 11 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025