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