aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/s5p-sss.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29crypto: s5p-sss - Add error handling in s5p_aes_probe()Gravatar Tang Bin 1-0/+2
2021-04-22crypto: s5p-sss - consistently use local 'dev' variable in probe()Gravatar Krzysztof Kozlowski 1-2/+2
2021-04-22crypto: s5p-sss - remove unneeded local variable initializationGravatar Krzysztof Kozlowski 1-1/+1
2021-04-22crypto: s5p-sss - simplify getting of_device_id match dataGravatar Krzysztof Kozlowski 1-6/+3
2021-03-07crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSGravatar Krzysztof Kozlowski 1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-09-11crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralGravatar Krzysztof Kozlowski 1-8/+7
2020-09-11crypto: s5p-sss - Add and fix kerneldocGravatar Krzysztof Kozlowski 1-3/+4
2020-09-11crypto: s5p-sss - remove redundant null checkGravatar Xu Wang 1-4/+2
2020-05-08crypto: s5p-sss - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-33/+6
2020-02-22crypto: s5p-sss - Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-11-17crypto: s5p - switch to skcipher APIGravatar Ard Biesheuvel 1-98/+89
2019-08-30crypto: s5p - use correct block size of 1 for ctr(aes)Gravatar Ard Biesheuvel 1-1/+1
2019-08-30crypto: s5p - deal gracefully with bogus input sizesGravatar Ard Biesheuvel 1-1/+4
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Gravatar Kamil Konieczny 1-1/+1
2019-02-28crypto: s5p - add AES support for Exynos5433Gravatar Kamil Konieczny 1-4/+46
2019-02-28crypto: s5p - update iv after AES-CBC op endGravatar Kamil Konieczny 1-0/+8
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberGravatar Krzysztof Kozlowski 1-2/+4
2018-09-28crypto: s5p-sss: Add aes-ctr supportGravatar Christoph Manszewski 1-5/+40
2018-09-28crypto: s5p-sss: Minor code cleanupGravatar Christoph Manszewski 1-37/+17
2018-09-28crypto: s5p-sss: Fix Fix argument list alignmentGravatar Christoph Manszewski 1-2/+2
2018-09-28crypto: s5p-sss: Fix race in error handlingGravatar Christoph Manszewski 1-5/+7
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-6/+3
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Gravatar Krzysztof Kozlowski 1-14/+17
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestGravatar Krzysztof Kozlowski 1-3/+0
2018-02-15crypto: s5p-sss - Fix kernel Oops in AES-ECB modeGravatar Kamil Konieczny 1-3/+9
2018-01-18crypto: s5p-sss - Add SPDX license identifierGravatar Krzysztof Kozlowski 1-14/+10
2017-11-29crypto: s5p-sss - Remove a stray tabGravatar Dan Carpenter 1-1/+1
2017-11-03crypto: s5p-sss - Add HASH support for ExynosGravatar Kamil Konieczny 1-10/+1396
2017-11-03crypto: s5p-sss - Change spaces to tabsGravatar Kamil Konieczny 1-95/+95
2017-03-24crypto: s5p-sss - Document the struct s5p_aes_devGravatar Krzysztof Kozlowski 1-1/+26
2017-03-24crypto: s5p-sss - Remove unused variant field from state containerGravatar Krzysztof Kozlowski 1-3/+0
2017-03-24crypto: s5p-sss - Close possible race for completed requestsGravatar Krzysztof Kozlowski 1-2/+3
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Gravatar Krzysztof Kozlowski 1-45/+82
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerGravatar Krzysztof Kozlowski 1-2/+3
2016-05-31crypto: s5p-sss - Use consistent indentation for variables and membersGravatar Krzysztof Kozlowski 1-40/+40
2016-04-28crypto: s5p-sss - fix incorrect usage of scatterlists apiGravatar Marek Szyprowski 1-3/+3
2016-04-25crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksGravatar Krzysztof Kozlowski 1-14/+39
2016-04-25crypto: s5p-sss - Use common BIT macroGravatar Krzysztof Kozlowski 1-48/+47
2016-04-20crypto: s5p-sss - Remove useless hash interrupt handlerGravatar Krzysztof Kozlowski 1-28/+6
2016-04-20crypto: s5p-sss - Fix use after free of copied input buffer in error pathGravatar Krzysztof Kozlowski 1-1/+0
2016-04-05crypto: s5p-sss - Sort the headers to improve readabilityGravatar Krzysztof Kozlowski 1-10/+10
2016-04-05crypto: s5p-sss - Handle unaligned buffersGravatar Krzysztof Kozlowski 1-12/+138
2016-04-05crypto: s5p-sss - Minor coding cleanupsGravatar Krzysztof Kozlowski 1-8/+7
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryGravatar Krzysztof Koz?owski 1-2/+2
2016-01-25crypto: s5p-sss - Fix minor coding style violationsGravatar Krzysztof Koz?owski 1-4/+4
2014-10-20crypto: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-13crypto: s5p-sss - fix multiplatform buildGravatar Arnd Bergmann 1-3/+0
2014-05-08crypto: s5p-sss - Look for the next request in the queueGravatar Naveen Krishna Chatradhi 1-5/+12