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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 33 #define crypto_pwhash_BYTES_MAX crypto_pwhash_argon2id_BYTES_MAX
35 size_t crypto_pwhash_bytes_max(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 33 crypto_pwhash_bytes_max(void) function in typeref:typename:size_t
35 return crypto_pwhash_BYTES_MAX;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 405 assert(crypto_pwhash_bytes_max() > crypto_pwhash_bytes_min());
424 assert(crypto_pwhash_bytes_max() == crypto_pwhash_BYTES_MAX);
448 assert(crypto_pwhash_argon2id_bytes_max() == crypto_pwhash_bytes_max());

Completed in 15 milliseconds