summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/s5p-sss.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: s5p-sss - Use request_complete helpersHerbert Xu2023-02-131-4/+4
* crypto: s5p-sss - Drop if with an always false conditionUwe Kleine-König2022-07-151-3/+0
* crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin2021-10-291-0/+2
* crypto: s5p-sss - consistently use local 'dev' variable in probe()Krzysztof Kozlowski2021-04-221-2/+2
* crypto: s5p-sss - remove unneeded local variable initializationKrzysztof Kozlowski2021-04-221-1/+1
* crypto: s5p-sss - simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-221-6/+3
* crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSKrzysztof Kozlowski2021-03-071-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralKrzysztof Kozlowski2020-09-111-8/+7
* crypto: s5p-sss - Add and fix kerneldocKrzysztof Kozlowski2020-09-111-3/+4
* crypto: s5p-sss - remove redundant null checkXu Wang2020-09-111-4/+2
* crypto: s5p-sss - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-33/+6
* crypto: s5p-sss - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-221-1/+1
* crypto: s5p - switch to skcipher APIArd Biesheuvel2019-11-171-98/+89
* crypto: s5p - use correct block size of 1 for ctr(aes)Ard Biesheuvel2019-08-301-1/+1
* crypto: s5p - deal gracefully with bogus input sizesArd Biesheuvel2019-08-301-1/+4
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny2019-03-071-1/+1
* crypto: s5p - add AES support for Exynos5433Kamil Konieczny2019-02-281-4/+46
* crypto: s5p - update iv after AES-CBC op endKamil Konieczny2019-02-281-0/+8
* crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski2019-02-281-2/+4
* crypto: s5p-sss: Add aes-ctr supportChristoph Manszewski2018-09-281-5/+40
* crypto: s5p-sss: Minor code cleanupChristoph Manszewski2018-09-281-37/+17
* crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski2018-09-281-2/+2
* crypto: s5p-sss: Fix race in error handlingChristoph Manszewski2018-09-281-5/+7
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-6/+3
* crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski2018-03-091-14/+17
* crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski2018-03-091-3/+0
* crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny2018-02-151-3/+9
* crypto: s5p-sss - Add SPDX license identifierKrzysztof Kozlowski2018-01-181-14/+10
* crypto: s5p-sss - Remove a stray tabDan Carpenter2017-11-291-1/+1
* crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny2017-11-031-10/+1396
* crypto: s5p-sss - Change spaces to tabsKamil Konieczny2017-11-031-95/+95
* crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski2017-03-241-1/+26
* crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski2017-03-241-3/+0
* crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski2017-03-241-2/+3
* crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski2017-03-091-45/+82
* crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski2017-03-081-2/+3
* crypto: s5p-sss - Use consistent indentation for variables and membersKrzysztof Kozlowski2016-05-311-40/+40
* crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski2016-04-281-3/+3
* crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski2016-04-251-14/+39
* crypto: s5p-sss - Use common BIT macroKrzysztof Kozlowski2016-04-251-48/+47
* crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski2016-04-201-28/+6
* crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski2016-04-201-1/+0
* crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski2016-04-051-10/+10
* crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski2016-04-051-12/+138
* crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski2016-04-051-8/+7
* crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryKrzysztof Koz?owski2016-01-251-2/+2
* crypto: s5p-sss - Fix minor coding style violationsKrzysztof Koz?owski2016-01-251-4/+4
* crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0