Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dkdf.c54 assert(crypto_kdf_contextbytes() == crypto_kdf_CONTEXTBYTES); in tv_kdf()
59 assert(crypto_kdf_contextbytes() == crypto_kdf_blake2b_contextbytes()); in tv_kdf()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c24 crypto_kdf_contextbytes(void) in crypto_kdf_contextbytes() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_kdf.h27 size_t crypto_kdf_contextbytes(void);