summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* crypto: safexcel - Remove cfb and ofbHerbert Xu2023-12-083-160/+0
* crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich2023-12-081-8/+11
* crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König2023-10-271-4/+2
* crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell2023-03-141-10/+27
* crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell2023-03-141-1/+1
* crypto: safexcel - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: safexcel - Use crypto_wait_reqHerbert Xu2023-02-104-68/+24
* crypto: safexcel - Set DMA alignment explicitlyHerbert Xu2022-12-091-49/+50
* crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2022-10-212-1/+13
* crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2022-10-212-4/+11
* crypto: inside-secure - Expand soc data structurePeter Harliman Liem2022-10-212-15/+35
* crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2022-09-242-54/+21
* crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem2022-09-241-13/+31
* crypto: inside-secure - Change swab to swab32Peter Harliman Liem2022-09-161-4/+4
* crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár2022-07-291-0/+2
* crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz2022-07-081-9/+9
* crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger2022-05-061-0/+9
* crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury2021-03-261-1/+1
* crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao2021-01-031-4/+1
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-0/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+6
* crypto: inside-secure - Fix sizeof() mismatchColin Ian King2020-10-301-1/+1
* crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu2020-09-253-42/+36
* crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu2020-09-253-63/+72
* crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu2020-09-253-30/+30
* crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen2020-09-182-3/+54
* crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen2020-09-181-4/+5
* crypto: inside-secure - use kfree_sensitive()Denis Efremov2020-09-041-2/+1
* crypto: inside-secure - irq balanceSven Auhagen2020-07-312-2/+14
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-162-0/+65
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-092-11/+0
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-092-39/+15
* crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen2019-12-202-3/+6
* crypto: inside-secure - Fix hang case on EIP97 with zero length input dataPascal van Leeuwen2019-12-201-18/+22
* crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen2019-12-205-249/+446
* crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-12-111-4/+1
* crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen2019-11-171-2/+3
* crypto: inside-secure - Fix hangup during probing for EIP97 enginePascal van Leeuwen2019-11-171-4/+4
* crypto: inside-secure - Add missed clk_disable_unprepareChuhong Yuan2019-11-081-0/+1
* crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen2019-11-014-67/+61
* crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen2019-10-231-1/+1
* crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen2019-10-231-6/+2
* crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing2019-10-181-4/+1
* crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King2019-10-181-1/+1
* crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-37/+12
* crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann2019-10-101-0/+2
* crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen2019-10-053-14/+86
* crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen2019-10-052-4/+20
* crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen2019-10-053-51/+72
* crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen2019-10-053-37/+134