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 - fix the address of the last entry of S/G
Iuliana Prodan
2020-04-16
1
-1
/
+1
*
crypto: caam - fix use-after-free KASAN issue for RSA algorithms
Iuliana Prodan
2020-04-16
1
-2
/
+6
*
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
2020-04-16
1
-2
/
+6
*
crypto: caam - fix use-after-free KASAN issue for AEAD algorithms
Iuliana Prodan
2020-04-16
1
-1
/
+3
*
crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms
Iuliana Prodan
2020-04-16
1
-1
/
+3
*
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
2020-03-30
1
-10
/
+11
*
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
2020-03-30
5
-15
/
+68
*
crypto: caam - invalidate entropy register during RNG initialization
Andrey Smirnov
2020-03-30
2
-4
/
+10
*
crypto: caam - check if RNG job failed
Andrey Smirnov
2020-03-30
1
-6
/
+15
*
crypto: caam - simplify RNG implementation
Andrey Smirnov
2020-03-30
1
-215
/
+107
*
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
2020-03-30
3
-43
/
+44
*
crypto: caam - use struct hwrng's .init for initialization
Andrey Smirnov
2020-03-30
1
-23
/
+24
*
crypto: caam - allocate RNG instantiation descriptor with GFP_DMA
Andrey Smirnov
2020-03-30
1
-2
/
+2
*
crypto: caam - update xts sector size for large input length
Andrei Botila
2020-03-06
1
-2
/
+14
*
crypto: caam/qi2 - fix chacha20 data size error
Horia Geantă
2020-03-06
1
-4
/
+10
*
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-06
4
-7
/
+7
*
crypto: caam - add crypto_engine support for HASH algorithms
Iuliana Prodan
2020-02-22
1
-51
/
+123
*
crypto: caam - add crypto_engine support for RSA algorithms
Iuliana Prodan
2020-02-22
2
-24
/
+114
*
crypto: caam - add crypto_engine support for AEAD algorithms
Iuliana Prodan
2020-02-22
1
-30
/
+77
*
crypto: caam - support crypto_engine framework for SKCIPHER algorithms
Iuliana Prodan
2020-02-22
4
-8
/
+101
*
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2020-02-22
6
-50
/
+30
*
crypto: caam - refactor RSA private key _done callbacks
Iuliana Prodan
2020-02-22
1
-43
/
+18
*
crypto: caam - refactor ahash_edesc_alloc
Iuliana Prodan
2020-02-22
1
-40
/
+22
*
crypto: caam - refactor ahash_done callbacks
Iuliana Prodan
2020-02-22
1
-66
/
+22
*
crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions
Iuliana Prodan
2020-02-22
1
-215
/
+53
*
crypto: caam/qi - optimize frame queue cleanup
Valentin Ciocoi Radulescu
2020-02-13
2
-22
/
+42
*
crypto: caam - add support for i.MX8M Plus
Horia Geantă
2020-01-22
1
-2
/
+3
*
crypto: caam/qi2 - fix typo in algorithm's driver name
Horia Geantă
2020-01-22
1
-1
/
+1
*
crypto: caam - add support for i.MX8M Nano
Horia Geantă
2020-01-16
1
-4
/
+4
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
4
-103
/
+30
*
crypto: caam - Add support for i.MX8M Mini
Adam Ford
2019-12-27
1
-1
/
+3
*
crypto: caam/qi2 - remove double buffering for ahash
Andrei Botila
2019-12-20
1
-99
/
+58
*
crypto: caam - remove double buffering for ahash
Andrei Botila
2019-12-20
1
-100
/
+58
*
crypto: caam - do not reset pointer size from MCFGR register
Iuliana Prodan
2019-12-11
1
-4
/
+2
*
crypto: Kconfig - Fix indentation
Krzysztof Kozlowski
2019-12-11
1
-7
/
+7
*
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
2019-11-01
1
-3
/
+3
*
crypto: caam - populate platform devices last
Andrey Smirnov
2019-11-01
1
-7
/
+6
*
crypto: caam - use devres to populate platform devices
Andrey Smirnov
2019-11-01
1
-23
/
+3
*
crypto: caam - use devres to de-initialize QI
Andrey Smirnov
2019-11-01
4
-19
/
+7
*
crypto: caam - use devres to de-initialize the RNG
Andrey Smirnov
2019-11-01
1
-60
/
+70
*
crypto: caam - use devres to remove debugfs
Andrey Smirnov
2019-11-01
2
-8
/
+14
*
crypto: caam - use devres to unmap memory
Andrey Smirnov
2019-11-01
1
-19
/
+9
*
crypto: caam - use mapped_{src,dst}_nents for descriptor
Iuliana Prodan
2019-10-04
2
-35
/
+45
*
crypto: caam - Cast to long first before pointer conversion
Herbert Xu
2019-09-13
1
-2
/
+2
*
crypto: caam - dispose of IRQ mapping only after IRQ is freed
Andrey Smirnov
2019-09-09
1
-4
/
+10
*
crypto: caam - check irq_of_parse_and_map for errors
Andrey Smirnov
2019-09-09
1
-0
/
+4
*
crypto: caam - use devres to unmap JR's registers
Andrey Smirnov
2019-09-09
1
-4
/
+9
*
crypto: caam - make sure clocks are enabled first
Andrey Smirnov
2019-09-09
1
-15
/
+15
*
crypto: caam - add clock entry for i.MX8MQ
Andrey Smirnov
2019-08-30
1
-0
/
+1
*
crypto: caam - always select job ring via RSR on i.MX8MQ
Andrey Smirnov
2019-08-30
1
-1
/
+6
[next]