Searched refs:crypto_kdf_blake2b_contextbytes (Results 1 – 3 of 3) sorted by relevance
27 size_t crypto_kdf_blake2b_contextbytes(void);
20 crypto_kdf_blake2b_contextbytes(void) in crypto_kdf_blake2b_contextbytes() function
59 assert(crypto_kdf_contextbytes() == crypto_kdf_blake2b_contextbytes()); in tv_kdf()