Home
last modified time | relevance | path

Searched refs:crypto_pwhash_scryptsalsa208sha256_bytes_max (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_pwhash_scryptsalsa208sha256.h24 size_t crypto_pwhash_scryptsalsa208sha256_bytes_max(void);
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c62 crypto_pwhash_scryptsalsa208sha256_bytes_max(void) in crypto_pwhash_scryptsalsa208sha256_bytes_max() function
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dpwhash_scrypt.c379 assert(crypto_pwhash_scryptsalsa208sha256_bytes_max() > in main()