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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 81 #define crypto_pwhash_OPSLIMIT_MODERATE crypto_pwhash_argon2id_OPSLIMIT_MODERATE
83 size_t crypto_pwhash_opslimit_moderate(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 105 crypto_pwhash_opslimit_moderate(void) function in typeref:typename:size_t
107 return crypto_pwhash_OPSLIMIT_MODERATE;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 417 assert(crypto_pwhash_opslimit_moderate() > 0U);
438 assert(crypto_pwhash_opslimit_moderate() ==
439 crypto_pwhash_OPSLIMIT_MODERATE);
466 crypto_pwhash_opslimit_moderate());

Completed in 12 milliseconds