aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_hash.c
AgeCommit message (Expand)Author
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu
2020-09-25crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu
2020-09-25crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen
2019-11-01crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen
2019-10-23crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen
2019-10-18crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing
2019-10-05crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen
2019-10-05crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for the AES-CMAC ahashPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for the AES XCBC ahashPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for the AES CBCMAC ahashPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for CRC32Pascal van Leeuwen
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen
2019-07-26crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart
2019-06-06crypto: inside-secure - move commentAntoine Tenart
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart