Searched refs:hmac_md5 (Results 1 – 1 of 1) sorted by relevance
174 struct crypto_ahash *hmac_md5; in make_checksum_hmac_md5() local203 hmac_md5 = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, in make_checksum_hmac_md5()205 if (IS_ERR(hmac_md5)) in make_checksum_hmac_md5()238 req = ahash_request_alloc(hmac_md5, GFP_NOFS); in make_checksum_hmac_md5()244 err = crypto_ahash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength); in make_checksum_hmac_md5()260 crypto_free_ahash(hmac_md5); in make_checksum_hmac_md5()