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_argon2i_BYTES_MIN
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2i.h
21
#define
crypto_pwhash_argon2i_BYTES_MIN
16U
23
size_t
crypto_pwhash_argon2i_bytes_min
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c
28
crypto_pwhash_argon2i_bytes_min
(void)
function in typeref:typename:size_t
30
COMPILER_ASSERT(
crypto_pwhash_argon2i_BYTES_MIN
>= ARGON2_MIN_OUTLEN);
31
return
crypto_pwhash_argon2i_BYTES_MIN
;
150
if (outlen <
crypto_pwhash_argon2i_BYTES_MIN
) {
/src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c
405
assert(
crypto_pwhash_argon2i_bytes_min
() > 0U);
406
assert(crypto_pwhash_argon2i_bytes_max() >
crypto_pwhash_argon2i_bytes_min
());
423
assert(
crypto_pwhash_argon2i_bytes_min
() ==
crypto_pwhash_argon2i_BYTES_MIN
);
Completed in 13 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025