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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2i.h 82 #define crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE 8U
84 size_t crypto_pwhash_argon2i_opslimit_sensitive(void);
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 420 assert(crypto_pwhash_argon2i_opslimit_sensitive() > 0U);
442 assert(crypto_pwhash_argon2i_opslimit_sensitive() ==
443 crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c 128 crypto_pwhash_argon2i_opslimit_sensitive(void) function in typeref:typename:size_t
130 return crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE;

Completed in 16 milliseconds