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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_scryptsalsa208sha256.h 75 #define crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE 1073741824U
77 size_t crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
pwhash_scryptsalsa208sha256.c 140 crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive(void) function in typeref:typename:size_t
142 return crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_scrypt.c 395 assert(crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive() > 0U);

Completed in 12 milliseconds