summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)AuthorFilesLines
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu1-1/+1
2025-04-07crypto: eip93 - Make read-only arrays static constColin Ian King1-6/+14
2025-04-03crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hashChristian Marangi1-1/+2
2025-02-22crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_lenChristian Marangi1-6/+19
2025-02-22crypto: inside-secure - Eliminate duplication in top-level MakefileHerbert Xu1-0/+1
2025-02-09crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine supportChristian Marangi15-0/+4047
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2024-11-10crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-30crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing1-1/+0
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu3-160/+0
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2023-10-27crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell1-1/+1
2023-02-13crypto: safexcel - Use request_complete helpersHerbert Xu1-2/+2
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu4-68/+24
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu1-49/+50
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem2-15/+35
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2-54/+21
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem1-13/+31
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz1-9/+9
2022-05-06crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+9
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury1-1/+1
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao1-4/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+6
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu3-42/+36
2020-09-25crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu3-63/+72
2020-09-25crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu3-30/+30
2020-09-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen2-3/+54
2020-09-18crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen1-4/+5
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov1-2/+1
2020-07-31crypto: inside-secure - irq balanceSven Auhagen2-2/+14
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2-0/+65
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2-11/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2-39/+15
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen2-3/+6
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with zero length input dataPascal van Leeuwen1-18/+22
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen5-249/+446
2019-12-11crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin1-4/+1
2019-11-17crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen1-2/+3
2019-11-17crypto: inside-secure - Fix hangup during probing for EIP97 enginePascal van Leeuwen1-4/+4