]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
crypto: ccp - crypto API interface to the CCP device driver
authorTom Lendacky <thomas.lendacky@amd.com>
Tue, 12 Nov 2013 17:46:22 +0000 (11:46 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 5 Dec 2013 13:28:38 +0000 (21:28 +0800)
commitd312359978e91fc43889ac0d386ab617215f802a
tree518c2c10fe56abc512777e071200031b69967a61
parent63b945091a070d8d4275dc0f7699ba22cd5f9435
crypto: ccp - crypto API interface to the CCP device driver

These routines provide the support for the interface between the crypto API
and the AMD CCP. This includes insuring that requests associated with a
given tfm on the same cpu are processed in the order received.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-crypto-main.c [new file with mode: 0644]
drivers/crypto/ccp/ccp-crypto.h [new file with mode: 0644]