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

Add CryptoCell async. hash and HMAC support.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/Kconfig
drivers/staging/ccree/Makefile
drivers/staging/ccree/cc_crypto_ctx.h
drivers/staging/ccree/hash_defs.h [new file with mode: 0644]
drivers/staging/ccree/ssi_buffer_mgr.c
drivers/staging/ccree/ssi_buffer_mgr.h
drivers/staging/ccree/ssi_driver.c
drivers/staging/ccree/ssi_driver.h
drivers/staging/ccree/ssi_hash.c [new file with mode: 0644]
drivers/staging/ccree/ssi_hash.h [new file with mode: 0644]
drivers/staging/ccree/ssi_pm.c