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
2021-04-22
crypto: s5p-sss - consistently use local 'dev' variable in probe()
Krzysztof Kozlowski
1
-2
/
+2
2021-04-22
crypto: s5p-sss - remove unneeded local variable initialization
Krzysztof Kozlowski
1
-1
/
+1
2021-04-22
crypto: s5p-sss - simplify getting of_device_id match data
Krzysztof Kozlowski
1
-6
/
+3
2021-03-07
crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS
Krzysztof Kozlowski
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-09-11
crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral
Krzysztof Kozlowski
1
-8
/
+7
2020-09-11
crypto: s5p-sss - Add and fix kerneldoc
Krzysztof Kozlowski
1
-3
/
+4
2020-09-11
crypto: s5p-sss - remove redundant null check
Xu Wang
1
-4
/
+2
2020-05-08
crypto: s5p-sss - use crypto_shash_tfm_digest()
Eric Biggers
1
-33
/
+6
2020-02-22
crypto: s5p-sss - Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-11-17
crypto: s5p - switch to skcipher API
Ard Biesheuvel
1
-98
/
+89
2019-08-30
crypto: s5p - use correct block size of 1 for ctr(aes)
Ard Biesheuvel
1
-1
/
+1
2019-08-30
crypto: s5p - deal gracefully with bogus input sizes
Ard Biesheuvel
1
-1
/
+4
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
[next]