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_opslimit_min
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2i.h
49
#define
crypto_pwhash_argon2i_OPSLIMIT_MIN
3U
51
size_t
crypto_pwhash_argon2i_opslimit_min
(void);
/src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c
412
assert(
crypto_pwhash_argon2i_opslimit_min
() > 0U);
430
assert(
crypto_pwhash_argon2i_opslimit_min
() ==
crypto_pwhash_argon2i_OPSLIMIT_MIN
);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c
76
crypto_pwhash_argon2i_opslimit_min
(void)
function in typeref:typename:size_t
78
COMPILER_ASSERT(
crypto_pwhash_argon2i_OPSLIMIT_MIN
>= ARGON2_MIN_TIME);
79
return
crypto_pwhash_argon2i_OPSLIMIT_MIN
;
161
opslimit <
crypto_pwhash_argon2i_OPSLIMIT_MIN
||
197
opslimit <
crypto_pwhash_argon2i_OPSLIMIT_MIN
||
Completed in 21 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025