summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-40/+54
2026-01-30crypto: inside-secure/eip93 - unregister only available algorithmAleksander Jan Bajkowski-39/+53
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski-1/+1
2026-01-15crypto: inside-secure - Use new AES library APIEric Biggers-14/+12
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+6
2025-07-07crypto: inside-secure - Fix `dma_unmap_sg()` nents valueThomas Fourier-2/+6
2025-06-30crypto: inside-secure - remove crc32 supportEric Biggers-92/+2
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu-1/+1
2025-04-07crypto: eip93 - Make read-only arrays static constColin Ian King-6/+14
2025-04-03crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hashChristian Marangi-1/+2
2025-02-22crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_lenChristian Marangi-6/+19
2025-02-22crypto: inside-secure - Eliminate duplication in top-level MakefileHerbert Xu-0/+1
2025-02-09crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine supportChristian Marangi-0/+4047
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+2
2024-11-10crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-30crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing-1/+0
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu-160/+0
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich-8/+11
2023-10-27crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König-4/+2
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell-10/+27
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell-1/+1
2023-02-13crypto: safexcel - Use request_complete helpersHerbert Xu-2/+2
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu-68/+24
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu-49/+50
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem-15/+35
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem-54/+21
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem-13/+31
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem-4/+4
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár-0/+2
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz-9/+9
2022-05-06crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger-0/+9
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury-1/+1
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao-4/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-3/+6
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King-1/+1
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu-42/+36
2020-09-25crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu-63/+72
2020-09-25crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu-30/+30
2020-09-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen-3/+54
2020-09-18crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen-4/+5
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov-2/+1
2020-07-31crypto: inside-secure - irq balanceSven Auhagen-2/+14