crypto: ccp - Move HMAC calculation down to ccp ops file
authorTom Lendacky <thomas.lendacky@amd.com>
Fri, 24 Jan 2014 22:18:02 +0000 (16:18 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 9 Feb 2014 01:59:23 +0000 (09:59 +0800)
commitc11baa02c5d6ea06362fa61da070af34b7706c83
tree0075799191d2786575589ce71b02ee49fdc2a957
parentd81ed6534fd988a8a24fb607b459444d4b3d391a
crypto: ccp - Move HMAC calculation down to ccp ops file

Move the support to perform an HMAC calculation into
the CCP operations file.  This eliminates the need to
perform a synchronous SHA operation used to calculate
the HMAC.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-crypto-sha.c
drivers/crypto/ccp/ccp-crypto.h
drivers/crypto/ccp/ccp-ops.c
include/linux/ccp.h
This page took 0.025751 seconds and 5 git commands to generate.