]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: KEYS: convert public key and digsig asym to the akcipher api
authorTadeusz Struk <tadeusz.struk@intel.com>
Tue, 2 Feb 2016 18:08:53 +0000 (10:08 -0800)
committerDavid Howells <dhowells@redhat.com>
Wed, 10 Feb 2016 10:13:27 +0000 (10:13 +0000)
commitdb6c43bd2132dc2dd63d73a6d1ed601cffd0ae06
tree419c6b0bf5716e79a7047d2ba9eced1a1b0e5cd8
parent50d35015ff0c00a464e35b109231145d2beec1bd
crypto: KEYS: convert public key and digsig asym to the akcipher api

This patch converts the module verification code to the new akcipher API.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David Howells <dhowells@redhat.com>
12 files changed:
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/pkcs7_parser.c
crypto/asymmetric_keys/pkcs7_trust.c
crypto/asymmetric_keys/pkcs7_verify.c
crypto/asymmetric_keys/public_key.c
crypto/asymmetric_keys/public_key.h [deleted file]
crypto/asymmetric_keys/rsa.c
crypto/asymmetric_keys/x509_cert_parser.c
crypto/asymmetric_keys/x509_public_key.c
crypto/asymmetric_keys/x509_rsakey.asn1 [deleted file]
include/crypto/public_key.h