]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/crypto: Enhance paes cipher to accept variable length key material
authorIngo Franzki <ifranzki@linux.ibm.com>
Mon, 27 Aug 2018 08:40:10 +0000 (10:40 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 10 Oct 2018 05:37:20 +0000 (07:37 +0200)
commit52a34b34d4ff9a61bc6da9740541d8f08a40438c
tree413284a80a86c8abd87e5a9d4108520b565e96c0
parentfb1136d6580c93af3ec33bf7a5621d980a711f24
s390/crypto: Enhance paes cipher to accept variable length key material

Enhance the paes_s390 kernel module to allow the paes cipher to
accept variable length key material. The key material accepted by
the paes cipher is a key blob of various types. As of today, two
key blob types are supported: CCA secure key blobs and protected
key blobs.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/paes_s390.c