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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 61 #define crypto_pwhash_OPSLIMIT_MAX crypto_pwhash_argon2id_OPSLIMIT_MAX
63 size_t crypto_pwhash_opslimit_max(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 75 crypto_pwhash_opslimit_max(void) function in typeref:typename:size_t
77 return crypto_pwhash_OPSLIMIT_MAX;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 412 assert(crypto_pwhash_opslimit_max() > 0U);
431 assert(crypto_pwhash_opslimit_max() == crypto_pwhash_OPSLIMIT_MAX);
458 crypto_pwhash_opslimit_max());

Completed in 12 milliseconds