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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 93 #define crypto_pwhash_MEMLIMIT_SENSITIVE crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE
95 size_t crypto_pwhash_memlimit_sensitive(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 123 crypto_pwhash_memlimit_sensitive(void) function in typeref:typename:size_t
125 return crypto_pwhash_MEMLIMIT_SENSITIVE;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 420 assert(crypto_pwhash_memlimit_sensitive() > 0U);
444 assert(crypto_pwhash_memlimit_sensitive() ==
445 crypto_pwhash_MEMLIMIT_SENSITIVE);
474 crypto_pwhash_memlimit_sensitive());

Completed in 14 milliseconds