Searched refs:qcrypto_hash_digest_len (Results 1 – 7 of 7) sorted by relevance
65 size_t qcrypto_hash_digest_len(QCryptoHashAlgo alg);
42 nhash = qcrypto_hash_digest_len(ivgen->hash); in qcrypto_ivgen_essiv_init()
48 size_t digestlen = qcrypto_hash_digest_len(hash); in qcrypto_afsplit_hash()
194 const int expected_len = qcrypto_hash_digest_len(alg); in qcrypto_afalg_recv_from_kernel()
41 size_t qcrypto_hash_digest_len(QCryptoHashAlgo alg) in qcrypto_hash_digest_len() function
270 size_t digestlen = qcrypto_hash_digest_len(hash); in qcrypto_block_luks_essiv_cipher()
223 digestsize = qcrypto_hash_digest_len(i); in test_hash_digest()