Searched refs:crypto_kdf_blake2b_bytes_max (Results 1 – 3 of 3) sorted by relevance
23 size_t crypto_kdf_blake2b_bytes_max(void);
14 crypto_kdf_blake2b_bytes_max(void) in crypto_kdf_blake2b_bytes_max() function
58 assert(crypto_kdf_bytes_max() == crypto_kdf_blake2b_bytes_max()); in tv_kdf()