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/include/sodium/
crypto_pwhash_argon2id.h 53 #define crypto_pwhash_argon2id_OPSLIMIT_MAX 4294967295U
55 size_t crypto_pwhash_argon2id_opslimit_max(void);
  /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/test/default/
pwhash_argon2id.c 457 assert(crypto_pwhash_argon2id_opslimit_max() ==

Completed in 88 milliseconds