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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2i.h 66 #define crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE 4U
68 size_t crypto_pwhash_argon2i_opslimit_interactive(void);
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 416 assert(crypto_pwhash_argon2i_opslimit_interactive() > 0U);
434 assert(crypto_pwhash_argon2i_opslimit_interactive() ==
435 crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c 104 crypto_pwhash_argon2i_opslimit_interactive(void) function in typeref:typename:size_t
106 return crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE;

Completed in 35 milliseconds