]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: ccree: add FIPS support
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 23 Apr 2017 09:26:14 +0000 (12:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 10:17:54 +0000 (12:17 +0200)
commit1660998033e1f180768b58b0f037da9292d1adda
treecd6030cc9f4fef51b5e747954a970f0ac263ab67
parentfe0a1951b36d28391e8ec5f7297e7288b72e7aca
staging: ccree: add FIPS support

Add FIPS mode support to CryptoCell driver

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 files changed:
drivers/staging/ccree/Kconfig
drivers/staging/ccree/Makefile
drivers/staging/ccree/ssi_aead.c
drivers/staging/ccree/ssi_cipher.c
drivers/staging/ccree/ssi_driver.c
drivers/staging/ccree/ssi_driver.h
drivers/staging/ccree/ssi_fips.c [new file with mode: 0644]
drivers/staging/ccree/ssi_fips.h [new file with mode: 0644]
drivers/staging/ccree/ssi_fips_data.h [new file with mode: 0644]
drivers/staging/ccree/ssi_fips_ext.c [new file with mode: 0644]
drivers/staging/ccree/ssi_fips_ll.c [new file with mode: 0644]
drivers/staging/ccree/ssi_fips_local.c [new file with mode: 0644]
drivers/staging/ccree/ssi_fips_local.h [new file with mode: 0644]
drivers/staging/ccree/ssi_hash.c
drivers/staging/ccree/ssi_request_mgr.c