summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen1-1/+6
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen1-0/+3
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen1-0/+33
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen1-0/+2
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen1-0/+12
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen1-3/+27
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen1-1/+0
2019-07-26crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen1-2/+2
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen1-0/+5
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen1-29/+3
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen1-0/+1
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen1-1/+3
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen1-1/+1
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart1-0/+8
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart1-0/+7
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-08crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-13/+18
2018-07-08crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz1-0/+3
2018-07-08crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz1-0/+4
2018-07-08crypto: inside-secure - hmac(md5) supportOfer Heifetz1-0/+1
2018-07-08crypto: inside-secure - md5 supportOfer Heifetz1-0/+2
2018-07-08crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz1-0/+1
2018-07-08crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz1-3/+9
2018-07-08crypto: inside-secure - eip197d supportAntoine Tenart1-0/+1
2018-07-08crypto: inside-secure - add multiple processing engine supportOfer Heifetz1-19/+25
2018-07-08crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz1-33/+35
2018-07-08crypto: inside-secure - add an invalidation flagAntoine Tenart1-0/+5
2018-07-08crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-2/+3
2018-07-08crypto: inside-secure - use precise compatiblesAntoine Tenart1-2/+2
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart1-1/+2
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart1-4/+7
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart1-0/+5
2018-05-26crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-26crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-26crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-2/+25
2018-05-26crypto: inside-secure - improve error reportingAntoine Tenart1-0/+2
2018-05-26crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart1-2/+2
2018-05-26crypto: inside-secure - remove VLAsAntoine Tenart1-0/+9
2018-03-30crypto: inside-secure - hmac(sha224) supportAntoine Tenart1-0/+1
2018-03-30crypto: inside-secure - hmac(sha256) supportAntoine Tenart1-0/+1
2018-03-30crypto: inside-secure - fix a typo in a register nameAntoine Tenart1-1/+1
2018-03-30crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart1-1/+1
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT1-0/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart1-7/+0
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz1-3/+1