OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saltbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcrypt/
crypt-argon2.c
392
char
saltbuf
[128];
local in function:__crypt_argon2
406
ctx.salt = (uint8_t *)
saltbuf
;
407
ctx.saltlen = sizeof(
saltbuf
);
437
explicit_memset(
saltbuf
, 0, sizeof(
saltbuf
));
crypt-argon2.c
392
char
saltbuf
[128];
local in function:__crypt_argon2
406
ctx.salt = (uint8_t *)
saltbuf
;
407
ctx.saltlen = sizeof(
saltbuf
);
437
explicit_memset(
saltbuf
, 0, sizeof(
saltbuf
));
Completed in 71 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025