]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: s390 - add System z hardware support for GHASH
authorGerald Schaefer <gerald.schaefer@de.ibm.com>
Tue, 19 Apr 2011 19:29:18 +0000 (21:29 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 4 May 2011 05:06:32 +0000 (15:06 +1000)
commitc6e23a61f3085bbbc1b191d0b4cc181f78b2fd05
treefd53613e37728e3774c3343bc31cbf7c6d983750
parente1d6972eae7c862fd0b04d9f80b9fdd363707230
crypto: s390 - add System z hardware support for GHASH

This patch adds System z hardware acceleration support for the GHASH
algorithm for GCM (Galois/Counter Mode).
The hardware support is available beginning with System z196.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/Makefile
arch/s390/crypto/crypt_s390.h
arch/s390/crypto/ghash_s390.c [new file with mode: 0644]
drivers/crypto/Kconfig