Searched refs:hmac_md5 (Results 1 – 1 of 1) sorted by relevance
161 struct crypto_hash *hmac_md5; in make_checksum_hmac_md5() local181 hmac_md5 = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, in make_checksum_hmac_md5()183 if (IS_ERR(hmac_md5)) { in make_checksum_hmac_md5()211 desc.tfm = hmac_md5; in make_checksum_hmac_md5()217 err = crypto_hash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength); in make_checksum_hmac_md5()231 crypto_free_hash(hmac_md5); in make_checksum_hmac_md5()