index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caampkc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: caam - add error check to caam_rsa_set_priv_key_form
Chen Ridong
2024-11-15
1
-4
/
+7
*
crypto: caam - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
1
-8
/
+12
*
crypto: caam - Include internal/engine.h
Herbert Xu
2023-08-18
1
-0
/
+1
*
crypto: caam - fix unchecked return value error
Gaurav Jain
2023-08-18
1
-1
/
+3
*
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
2023-04-14
1
-3
/
+3
*
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2023-01-06
1
-14
/
+17
*
crypto: caam - Set DMA alignment explicitly
Herbert Xu
2022-12-02
1
-23
/
+24
*
crypto: caam - Use helper to set reqsize
Herbert Xu
2022-12-02
1
-1
/
+2
*
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
2021-12-03
1
-0
/
+3
*
crypto: caam - disable pkc for non-E SoCs
Michael Walle
2021-09-24
1
-4
/
+15
*
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
2021-03-26
1
-1
/
+2
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-14
/
+14
*
crypto: caam - fix use-after-free KASAN issue for RSA algorithms
Iuliana Prodan
2020-04-16
1
-2
/
+6
*
crypto: caam - add crypto_engine support for RSA algorithms
Iuliana Prodan
2020-02-22
1
-24
/
+104
*
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2020-02-22
1
-8
/
+8
*
crypto: caam - refactor RSA private key _done callbacks
Iuliana Prodan
2020-02-22
1
-43
/
+18
*
crypto: caam - use mapped_{src,dst}_nents for descriptor
Iuliana Prodan
2019-10-04
1
-33
/
+39
*
crypto: caam - select DMA address size at runtime
Andrey Smirnov
2019-08-30
1
-4
/
+4
*
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
1
-0
/
+11
*
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
1
-8
/
+12
*
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-26
1
-8
/
+3
*
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
1
-2
/
+2
*
crypto: caam - strip input without changing crypto request
Iuliana Prodan
2019-06-06
1
-13
/
+26
*
crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
Iuliana Prodan
2019-06-06
1
-17
/
+72
*
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
1
-45
/
+5
*
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
1
-2
/
+5
*
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
2019-04-18
1
-2
/
+0
*
crypto: caam - add missing put_device() call
Wen Yang
2019-03-07
1
-4
/
+10
*
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-11-16
1
-3
/
+7
*
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2018-10-17
1
-0
/
+1
*
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
2018-08-25
1
-10
/
+10
*
crypto: caam - fix size of RSA prime factor q
Horia Geantă
2018-05-05
1
-4
/
+4
*
crypto: caam: - Use kmemdup() function
Fabio Estevam
2018-04-20
1
-8
/
+1
*
crypto: caam - strip input zeros from RSA input buffer
Horia Geantă
2018-04-20
1
-0
/
+54
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2017-07-05
1
-2
/
+2
|
\
|
*
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
2017-06-22
1
-2
/
+2
*
|
crypto: caampkc - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
2017-06-10
1
-3
/
+2
*
|
crypto: caam - add support for RSA key form 3
Radu Alexe
2017-05-18
1
-1
/
+218
*
|
crypto: caam - add support for RSA key form 2
Radu Alexe
2017-05-18
1
-17
/
+214
*
|
crypto: caam - incapsulate dropping leading zeros into function
Radu Alexe
2017-05-18
1
-4
/
+9
*
|
crypto: caam - avoid kzalloc(0) in caam_read_raw_data
Tudor Ambarus
2017-05-18
1
-0
/
+2
|
/
*
crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
Horia Geantă
2017-04-05
1
-1
/
+1
*
crypto: caam - fix sparse warnings
Horia Geantă
2016-11-13
1
-2
/
+2
*
crypto: caam - add support for RSA algorithm
Tudor Ambarus
2016-07-05
1
-0
/
+607