OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_pwhash_saltbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h
45
#define
crypto_pwhash_SALTBYTES
crypto_pwhash_argon2id_SALTBYTES
47
size_t
crypto_pwhash_saltbytes
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c
51
crypto_pwhash_saltbytes
(void)
function in typeref:typename:size_t
53
return
crypto_pwhash_SALTBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c
82
unsigned char salt[
crypto_pwhash_SALTBYTES
];
134
unsigned char salt[
crypto_pwhash_SALTBYTES
];
407
assert(
crypto_pwhash_saltbytes
() > 0U);
427
assert(
crypto_pwhash_saltbytes
() ==
crypto_pwhash_SALTBYTES
);
451
assert(crypto_pwhash_argon2id_saltbytes() ==
crypto_pwhash_saltbytes
());
Completed in 12 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025