Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dkdf.c52 assert(crypto_kdf_bytes_max() == crypto_kdf_BYTES_MAX); in tv_kdf()
58 assert(crypto_kdf_bytes_max() == crypto_kdf_blake2b_bytes_max()); in tv_kdf()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c18 crypto_kdf_bytes_max(void) in crypto_kdf_bytes_max() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_kdf.h23 size_t crypto_kdf_bytes_max(void);