OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockhash_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c
206
uint8_t
blockhash_bytes
[ARGON2_BLOCK_SIZE];
local
207
store_block(
blockhash_bytes
, &blockhash);
208
blake2b_long(context->out, context->outlen,
blockhash_bytes
,
212
sodium_memzero(
blockhash_bytes
,
213
ARGON2_BLOCK_SIZE); /* clear
blockhash_bytes
*/
373
uint8_t
blockhash_bytes
[ARGON2_BLOCK_SIZE];
local
377
blake2b_long(
blockhash_bytes
, ARGON2_BLOCK_SIZE, blockhash,
380
blockhash_bytes
);
383
blake2b_long(
blockhash_bytes
, ARGON2_BLOCK_SIZE, blockhash,
386
blockhash_bytes
);
[
all
...]
/src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c
175
uint8_t
blockhash_bytes
[ARGON2_BLOCK_SIZE];
local
176
store_block(
blockhash_bytes
, &blockhash);
177
blake2b_long(context->out, context->outlen,
blockhash_bytes
,
179
/* clear blockhash and
blockhash_bytes
*/
181
clear_internal_memory(
blockhash_bytes
, ARGON2_BLOCK_SIZE);
523
uint8_t
blockhash_bytes
[ARGON2_BLOCK_SIZE];
local
528
blake2b_long(
blockhash_bytes
, ARGON2_BLOCK_SIZE, blockhash,
531
blockhash_bytes
);
534
blake2b_long(
blockhash_bytes
, ARGON2_BLOCK_SIZE, blockhash,
537
blockhash_bytes
);
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026