summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/s5p-sss.c
AgeCommit message (Expand)Author
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-11crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralKrzysztof Kozlowski
2020-09-11crypto: s5p-sss - Add and fix kerneldocKrzysztof Kozlowski
2020-09-11crypto: s5p-sss - remove redundant null checkXu Wang
2020-05-08crypto: s5p-sss - use crypto_shash_tfm_digest()Eric Biggers
2020-02-22crypto: s5p-sss - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-17crypto: s5p - switch to skcipher APIArd Biesheuvel
2019-08-30crypto: s5p - use correct block size of 1 for ctr(aes)Ard Biesheuvel
2019-08-30crypto: s5p - deal gracefully with bogus input sizesArd Biesheuvel
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny
2019-02-28crypto: s5p - add AES support for Exynos5433Kamil Konieczny
2019-02-28crypto: s5p - update iv after AES-CBC op endKamil Konieczny
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski
2018-09-28crypto: s5p-sss: Add aes-ctr supportChristoph Manszewski
2018-09-28crypto: s5p-sss: Minor code cleanupChristoph Manszewski
2018-09-28crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski
2018-09-28crypto: s5p-sss: Fix race in error handlingChristoph Manszewski
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski
2018-02-15crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny
2018-01-18crypto: s5p-sss - Add SPDX license identifierKrzysztof Kozlowski
2017-11-29crypto: s5p-sss - Remove a stray tabDan Carpenter
2017-11-03crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny
2017-11-03crypto: s5p-sss - Change spaces to tabsKamil Konieczny
2017-03-24crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski
2017-03-24crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski
2017-03-24crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski
2016-05-31crypto: s5p-sss - Use consistent indentation for variables and membersKrzysztof Kozlowski
2016-04-28crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski
2016-04-25crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski
2016-04-25crypto: s5p-sss - Use common BIT macroKrzysztof Kozlowski
2016-04-20crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski
2016-04-20crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski
2016-04-05crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski
2016-04-05crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski
2016-04-05crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryKrzysztof Koz?owski
2016-01-25crypto: s5p-sss - Fix minor coding style violationsKrzysztof Koz?owski
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang
2014-05-13crypto: s5p-sss - fix multiplatform buildArnd Bergmann
2014-05-08crypto: s5p-sss - Look for the next request in the queueNaveen Krishna Chatradhi
2014-05-08crypto: s5p-sss - Use clk_prepare/clk_unprepareNaveen Krishna Chatradhi
2014-05-08crypto: s5p-sss - validate iv before memcpyNaveen Krishna Chatradhi
2014-05-08crypto: s5p-sss - Add support for SSS module on ExynosNaveen Krishna Chatradhi
2014-05-08crypto: s5p-sss - Add device tree supportNaveen Krishna Chatradhi
2014-05-08crypto: s5p-sss - Use platform_get_irq() instead of _byname()Naveen Krishna Chatradhi