summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)Author
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich
2023-10-27crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell
2023-02-13crypto: safexcel - Use request_complete helpersHerbert Xu
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz
2022-05-06crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao
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-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King
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-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen
2020-09-18crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov
2020-07-31crypto: inside-secure - irq balanceSven Auhagen
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 hang case on EIP97 with zero length input dataPascal van Leeuwen
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen
2019-12-11crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin
2019-11-17crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen
2019-11-17crypto: inside-secure - Fix hangup during probing for EIP97 enginePascal van Leeuwen
2019-11-08crypto: inside-secure - Add missed clk_disable_unprepareChuhong Yuan
2019-11-01crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen
2019-10-23crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal 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-18crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King
2019-10-10crypto: inside-secure - Remove #ifdef checksArnd Bergmann
2019-10-10crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann
2019-10-05crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen
2019-10-05crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen
2019-10-05crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen
2019-10-05crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen