commit | c11baa02c5d6ea06362fa61da070af34b7706c83 | [log] [tgz] |
---|---|---|
author | Tom Lendacky <thomas.lendacky@amd.com> | Fri Jan 24 16:18:02 2014 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Feb 09 09:59:23 2014 +0800 |
tree | 0075799191d2786575589ce71b02ee49fdc2a957 | |
parent | d81ed6534fd988a8a24fb607b459444d4b3d391a [diff] |
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>