]> git.baikalelectronics.ru Git - kernel.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)
commit61049a82295c59b3437ece866b304ff53f28b1ce
tree413284a80a86c8abd87e5a9d4108520b565e96c0
parent7066da76d2c527d84f998af8a43d73800cadf516
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