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_argon2id_opslimit_min
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2id.h
49
#define
crypto_pwhash_argon2id_OPSLIMIT_MIN
1U
51
size_t
crypto_pwhash_argon2id_opslimit_min
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2id.c
72
crypto_pwhash_argon2id_opslimit_min
(void)
function in typeref:typename:size_t
74
COMPILER_ASSERT(
crypto_pwhash_argon2id_OPSLIMIT_MIN
>= ARGON2_MIN_TIME);
75
return
crypto_pwhash_argon2id_OPSLIMIT_MIN
;
157
opslimit <
crypto_pwhash_argon2id_OPSLIMIT_MIN
||
193
opslimit <
crypto_pwhash_argon2id_OPSLIMIT_MIN
||
/src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c
455
assert(
crypto_pwhash_argon2id_opslimit_min
() ==
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025