]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KEYS: Asymmetric public-key algorithm crypto key subtype
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Sep 2012 22:24:55 +0000 (23:24 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:14:49 +0000 (14:44 +0930)
commit7d2c84cd0964e9f8fc08a500c7b1a21fca493875
tree969d03e6363a38da4ea924e949f1a89b08a1fa03
parentd9e3b785dbde72b61ef0d35f444b1356996b04b8
KEYS: Asymmetric public-key algorithm crypto key subtype

Add a subtype for supporting asymmetric public-key encryption algorithms such
as DSA (FIPS-186) and RSA (PKCS#1 / RFC1337).

Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/public_key.c [new file with mode: 0644]
crypto/asymmetric_keys/public_key.h [new file with mode: 0644]
include/crypto/public_key.h [new file with mode: 0644]