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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 57 #define crypto_pwhash_OPSLIMIT_MIN crypto_pwhash_argon2id_OPSLIMIT_MIN
59 size_t crypto_pwhash_opslimit_min(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 69 crypto_pwhash_opslimit_min(void) function in typeref:typename:size_t
71 return crypto_pwhash_OPSLIMIT_MIN;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 411 assert(crypto_pwhash_opslimit_min() > 0U);
430 assert(crypto_pwhash_opslimit_min() == crypto_pwhash_OPSLIMIT_MIN);
456 crypto_pwhash_opslimit_min());

Completed in 13 milliseconds