Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dkdf.c48 assert(crypto_kdf_bytes_max() == crypto_kdf_BYTES_MAX); in tv_kdf()
54 assert(crypto_kdf_bytes_max() == crypto_kdf_blake2b_bytes_max()); in tv_kdf()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c18 crypto_kdf_bytes_max(void) in crypto_kdf_bytes_max() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_kdf.h23 size_t crypto_kdf_bytes_max(void);