Searched refs:qcrypto_hash_digest_len (Results 1 – 7 of 7) sorted by relevance
48 size_t qcrypto_hash_digest_len(QCryptoHashAlgorithm 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()
35 size_t qcrypto_hash_digest_len(QCryptoHashAlgorithm alg) in qcrypto_hash_digest_len() function
128 const int expect_len = qcrypto_hash_digest_len(alg); in qcrypto_afalg_hash_hmac_bytesv()
270 size_t digestlen = qcrypto_hash_digest_len(hash); in qcrypto_block_luks_essiv_cipher()
205 digestsize = qcrypto_hash_digest_len(i); in test_hash_digest()