index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
s5p-sss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-03-07
crypto: s5p-sss - fix AES support for Exynos5433
Kamil Konieczny
1
-1
/
+1
2019-02-28
crypto: s5p - add AES support for Exynos5433
Kamil Konieczny
1
-4
/
+46
2019-02-28
crypto: s5p - update iv after AES-CBC op end
Kamil Konieczny
1
-0
/
+8
2019-02-28
crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
Krzysztof Kozlowski
1
-2
/
+4
2018-09-28
crypto: s5p-sss: Add aes-ctr support
Christoph Manszewski
1
-5
/
+40
2018-09-28
crypto: s5p-sss: Minor code cleanup
Christoph Manszewski
1
-37
/
+17
2018-09-28
crypto: s5p-sss: Fix Fix argument list alignment
Christoph Manszewski
1
-2
/
+2
2018-09-28
crypto: s5p-sss: Fix race in error handling
Christoph Manszewski
1
-5
/
+7
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-6
/
+3
2018-03-09
crypto: s5p-sss - Constify pointed data (arguments and local variables)
Krzysztof Kozlowski
1
-14
/
+17
2018-03-09
crypto: s5p-sss - Remove useless check for non-null request
Krzysztof Kozlowski
1
-3
/
+0
2018-02-15
crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
Kamil Konieczny
1
-3
/
+9
2018-01-18
crypto: s5p-sss - Add SPDX license identifier
Krzysztof Kozlowski
1
-14
/
+10
2017-11-29
crypto: s5p-sss - Remove a stray tab
Dan Carpenter
1
-1
/
+1
2017-11-03
crypto: s5p-sss - Add HASH support for Exynos
Kamil Konieczny
1
-10
/
+1396
2017-11-03
crypto: s5p-sss - Change spaces to tabs
Kamil Konieczny
1
-95
/
+95
2017-03-24
crypto: s5p-sss - Document the struct s5p_aes_dev
Krzysztof Kozlowski
1
-1
/
+26
2017-03-24
crypto: s5p-sss - Remove unused variant field from state container
Krzysztof Kozlowski
1
-3
/
+0
2017-03-24
crypto: s5p-sss - Close possible race for completed requests
Krzysztof Kozlowski
1
-2
/
+3
2017-03-09
crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
Krzysztof Kozlowski
1
-45
/
+82
2017-03-08
crypto: s5p-sss - Fix completing crypto request in IRQ handler
Krzysztof Kozlowski
1
-2
/
+3
2016-05-31
crypto: s5p-sss - Use consistent indentation for variables and members
Krzysztof Kozlowski
1
-40
/
+40
2016-04-28
crypto: s5p-sss - fix incorrect usage of scatterlists api
Marek Szyprowski
1
-3
/
+3
2016-04-25
crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks
Krzysztof Kozlowski
1
-14
/
+39
2016-04-25
crypto: s5p-sss - Use common BIT macro
Krzysztof Kozlowski
1
-48
/
+47
2016-04-20
crypto: s5p-sss - Remove useless hash interrupt handler
Krzysztof Kozlowski
1
-28
/
+6
2016-04-20
crypto: s5p-sss - Fix use after free of copied input buffer in error path
Krzysztof Kozlowski
1
-1
/
+0
2016-04-05
crypto: s5p-sss - Sort the headers to improve readability
Krzysztof Kozlowski
1
-10
/
+10
2016-04-05
crypto: s5p-sss - Handle unaligned buffers
Krzysztof Kozlowski
1
-12
/
+138
2016-04-05
crypto: s5p-sss - Minor coding cleanups
Krzysztof Kozlowski
1
-8
/
+7
2016-01-25
crypto: s5p-sss - Use memcpy_toio for iomem annotated memory
Krzysztof Koz?owski
1
-2
/
+2
2016-01-25
crypto: s5p-sss - Fix minor coding style violations
Krzysztof Koz?owski
1
-4
/
+4
2014-10-20
crypto: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-13
crypto: s5p-sss - fix multiplatform build
Arnd Bergmann
1
-3
/
+0
2014-05-08
crypto: s5p-sss - Look for the next request in the queue
Naveen Krishna Chatradhi
1
-5
/
+12
2014-05-08
crypto: s5p-sss - Use clk_prepare/clk_unprepare
Naveen Krishna Chatradhi
1
-3
/
+7
2014-05-08
crypto: s5p-sss - validate iv before memcpy
Naveen Krishna Chatradhi
1
-1
/
+2
2014-05-08
crypto: s5p-sss - Add support for SSS module on Exynos
Naveen Krishna Chatradhi
1
-24
/
+83
2014-05-08
crypto: s5p-sss - Add device tree support
Naveen Krishna Chatradhi
1
-0
/
+8
2014-05-08
crypto: s5p-sss - Use platform_get_irq() instead of _byname()
Naveen Krishna Chatradhi
1
-12
/
+12
2014-02-27
crypto: s5p-sss - Use devm_ioremap_resource()
Jingoo Han
1
-9
/
+4
2013-05-24
crypto: s5p-sss: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-01-20
crypto: s5p-sss - Use devm_clk_get()
Jingoo Han
1
-3
/
+1
2012-11-09
crypto: s5p-sss - Fix compilation error
Sachin Kamat
1
-1
/
+1
2012-08-01
crypto: drivers - remove cra_list initialization
Jussi Kivilinna
1
-1
/
+0
2012-01-13
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
1
-2
/
+4
2011-11-30
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-04-08
crypto: s5p-sss - add S5PV210 advanced crypto engine support
Vladimir Zapolskiy
1
-0
/
+701