index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: caam - select DMA address size at runtime
Andrey Smirnov
2019-08-30
7
-26
/
+63
*
crypto: caam - don't hardcode inpentry size
Andrey Smirnov
2019-08-30
3
-3
/
+13
*
crypto: caam - drop explicit usage of struct jr_outentry
Andrey Smirnov
2019-08-30
3
-9
/
+43
*
crypto: caam - move cpu_to_caam_dma() selection to runtime
Andrey Smirnov
2019-08-30
1
-7
/
+15
*
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-30
6
-6
/
+16
*
crypto: caam - share definition for MAX_SDLEN
Andrey Smirnov
2019-08-30
3
-53
/
+27
*
crypto: caam - drop 64-bit only wr/rd_reg64()
Andrey Smirnov
2019-08-30
1
-19
/
+0
*
crypto: caam - use ioread64*_hi_lo in rd_reg64
Andrey Smirnov
2019-08-30
1
-5
/
+13
*
crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
Andrey Smirnov
2019-08-30
1
-5
/
+9
*
crypto: caam - request JR IRQ as the last step
Andrey Smirnov
2019-08-30
1
-19
/
+15
*
crypto: caam - convert caam_jr_init() to use devres
Andrey Smirnov
2019-08-30
1
-34
/
+14
*
crypto: caam - simplfy clock initialization
Andrey Smirnov
2019-08-30
2
-110
/
+95
*
crypto: caam - move DMA mask selection into a function
Andrey Smirnov
2019-08-30
3
-24
/
+22
*
crypto: caam/qi - use print_hex_dump_debug function to print debug messages
Iuliana Prodan
2019-08-30
1
-5
/
+4
*
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
1
-1
/
+1
*
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
4
-92
/
+31
*
crypto: caam/qi - execute library only on DPAA 1.x
Horia Geantă
2019-08-15
1
-4
/
+3
*
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
2019-08-09
1
-1
/
+1
*
crypto: caam - unregister algorithm only if the registration succeeded
Iuliana Prodan
2019-08-09
1
-19
/
+30
*
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
2019-08-09
2
-1
/
+24
*
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
2019-08-09
1
-1
/
+4
*
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
6
-105
/
+132
*
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
2019-08-09
4
-30
/
+24
*
crypto: caam - update rfc4106 sh desc to support zero length input
Iuliana Prodan
2019-08-09
2
-16
/
+33
*
crypto: caam - check zero-length input
Iuliana Prodan
2019-08-09
3
-0
/
+14
*
crypto: caam - check assoclen
Iuliana Prodan
2019-08-09
3
-24
/
+8
*
crypto: caam - check authsize
Iuliana Prodan
2019-08-09
3
-0
/
+39
*
crypto: caam - check key length
Iuliana Prodan
2019-08-09
5
-100
/
+324
*
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
3
-6
/
+11
*
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
9
-117
/
+104
*
crypto: caam/qi - fix error handling in ERN handler
Horia Geantă
2019-08-09
3
-1
/
+6
*
crypto: caam - fix concurrency issue in givencrypt descriptor
Horia Geantă
2019-08-09
2
-1
/
+10
*
crypto: caam - defer probing until QMan is available
Horia Geantă
2019-08-02
1
-26
/
+48
*
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
2019-08-02
5
-0
/
+105
*
crypto: caam/qi2 - Increase napi budget to process more caam responses
Vakul Garg
2019-07-27
1
-1
/
+1
*
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-26
1
-8
/
+3
*
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
5
-146
/
+163
*
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
8
-99
/
+105
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2019-06-20
1
-1
/
+1
|
\
|
*
crypto: caam - fix typo in i.MX6 devices list for errata
Iuliana Prodan
2019-05-17
1
-1
/
+1
*
|
crypto: caam - disable some clock checks for iMX7ULP
Iuliana Prodan
2019-06-06
1
-2
/
+4
*
|
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
2019-06-06
1
-4
/
+5
*
|
crypto: caam - strip input without changing crypto request
Iuliana Prodan
2019-06-06
2
-14
/
+32
*
|
crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
Iuliana Prodan
2019-06-06
2
-17
/
+74
*
|
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-30
5
-12
/
+12
*
|
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
7
-353
/
+236
*
|
crypto: caam - remove unused defines
Sascha Hauer
2019-05-30
2
-15
/
+0
*
|
crypto: caam - print IV only when non NULL
Sascha Hauer
2019-05-30
1
-3
/
+4
*
|
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
2019-05-23
1
-10
/
+11
*
|
crypto: caam/qi - DMA map keys using proper device
Horia Geantă
2019-05-23
1
-14
/
+19
[prev]
[next]