Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_kdf_blake2b.h23 size_t crypto_kdf_blake2b_bytes_max(void);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_kdf/blake2b/
H A Dkdf_blake2b.c14 crypto_kdf_blake2b_bytes_max(void) in crypto_kdf_blake2b_bytes_max() function
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkdf.c58 assert(crypto_kdf_bytes_max() == crypto_kdf_blake2b_bytes_max()); in tv_kdf()