summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: ccree: add FIPS supportGilad Ben-Yossef2017-04-281-0/+52
| | | | | | | 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>
* staging: ccree: add IV generation supportGilad Ben-Yossef2017-04-281-0/+11
| | | | | | | | | | Add CryptoCell IV hardware generation support. This patch adds the needed support to drive the HW but does not expose the ability via the kernel crypto API yet. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ccree: add skcipher supportGilad Ben-Yossef2017-04-281-0/+1440
Add CryptoCell skcipher support Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>