OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGON2_MIN_MEMORY
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/cgdconfig/
argon2_utils.c
84
size_t mem =
ARGON2_MIN_MEMORY
; /* kilobytes */
131
if (mem <
ARGON2_MIN_MEMORY
) {
132
mem =
ARGON2_MIN_MEMORY
;
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.h
39
#define
ARGON2_MIN_MEMORY
(2 * ARGON2_SYNC_POINTS) /* 2 blocks per slice */
pwhash_argon2id.c
88
COMPILER_ASSERT((crypto_pwhash_argon2id_MEMLIMIT_MIN / 1024U) >=
ARGON2_MIN_MEMORY
);
pwhash_argon2i.c
92
COMPILER_ASSERT((crypto_pwhash_argon2i_MEMLIMIT_MIN / 1024U) >=
ARGON2_MIN_MEMORY
);
argon2-core.c
324
if (
ARGON2_MIN_MEMORY
> context->m_cost) {
/src/lib/libcrypt/
crypt-argon2.c
167
if (*ememory <
ARGON2_MIN_MEMORY
) {
199
memory =
ARGON2_MIN_MEMORY
;
pw_gensalt.c
226
if (memory <
ARGON2_MIN_MEMORY
||
Completed in 15 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025