diff options
author | Gary R Hook <gary.hook@amd.com> | 2017-07-17 23:16:32 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-07-28 12:58:05 +0300 |
commit | ceeec0afd684fdfde285469df0ead6c3ab53513e (patch) | |
tree | f351a4327c0c870c549791c12e3b22a61e98d170 /drivers/crypto/ccp/Makefile | |
parent | 333706b8ed81b64b6c4241e493791a81bc8e6d43 (diff) | |
download | linux-ceeec0afd684fdfde285469df0ead6c3ab53513e.tar.xz |
crypto: ccp - Add support for RSA on the CCP
Wire up the CCP as an RSA cipher provider.
Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/Makefile')
-rw-r--r-- | drivers/crypto/ccp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/Makefile b/drivers/crypto/ccp/Makefile index 5f2adc5facfe..57f8debfcfb3 100644 --- a/drivers/crypto/ccp/Makefile +++ b/drivers/crypto/ccp/Makefile @@ -15,4 +15,5 @@ ccp-crypto-objs := ccp-crypto-main.o \ ccp-crypto-aes-xts.o \ ccp-crypto-aes-galois.o \ ccp-crypto-des3.o \ + ccp-crypto-rsa.o \ ccp-crypto-sha.o |