HomeSort by: relevance | last modified time | path
    Searched refs:crypto_pwhash_argon2id_OPSLIMIT_MAX (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2id.c 79 crypto_pwhash_argon2id_opslimit_max(void) function in typeref:typename:size_t
81 COMPILER_ASSERT(crypto_pwhash_argon2id_OPSLIMIT_MAX <= ARGON2_MAX_TIME);
82 return crypto_pwhash_argon2id_OPSLIMIT_MAX;
151 opslimit > crypto_pwhash_argon2id_OPSLIMIT_MAX ||
187 opslimit > crypto_pwhash_argon2id_OPSLIMIT_MAX ||
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 61 #define crypto_pwhash_OPSLIMIT_MAX crypto_pwhash_argon2id_OPSLIMIT_MAX
crypto_pwhash_argon2id.h 53 #define crypto_pwhash_argon2id_OPSLIMIT_MAX 4294967295U
55 size_t crypto_pwhash_argon2id_opslimit_max(void);

Completed in 13 milliseconds