aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen1-14/+17
2019-10-23crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen1-6/+2
2019-10-18crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing1-4/+1
2019-10-05crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen1-13/+428
2019-10-05crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen1-0/+351
2019-10-05crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen1-0/+70
2019-10-05crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen1-0/+64
2019-10-05crypto: inside-secure - Added support for the AES-CMAC ahashPascal van Leeuwen1-0/+99
2019-10-05crypto: inside-secure - Added support for the AES XCBC ahashPascal van Leeuwen1-4/+132
2019-10-05crypto: inside-secure - Added support for the AES CBCMAC ahashPascal van Leeuwen1-41/+194
2019-10-05crypto: inside-secure - Added support for CRC32Pascal van Leeuwen1-7/+108
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen1-12/+12
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen1-0/+12
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen1-12/+0
2019-07-26crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen1-54/+34
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen1-3/+44
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen1-157/+266
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen1-65/+6
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen1-19/+13
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart1-2/+1
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart1-21/+37
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart1-0/+2
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart1-13/+11
2019-06-06crypto: inside-secure - move commentAntoine Tenart1-3/+4
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-23/+8
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz1-0/+57
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz1-2/+67
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart1-10/+10
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart1-4/+4
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+10
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart1-4/+4
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart1-0/+56
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart1-1/+75
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart1-2/+58
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart1-33/+145
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart1-7/+5
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart1-5/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-12/+2
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart1-5/+2
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart1-1/+1
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart1-0/+56
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart1-8/+72
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5