index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
key_gen.c
Age
Commit message (
Expand
)
Author
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-02-28
crypto: caam - generate hash keys in-place
Horia Geantă
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
2014-11-06
crypto: caam - fix missing dma unmap on error path
Cristian Stoica
2014-05-08
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
2013-08-21
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
2013-04-25
crypto: caam - change key gen functions to return signed int
Kim Phillips
2012-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-09-07
crypto: caam - coccicheck fixes
Kim Phillips
2012-09-07
crypto/caam: Export gen_split_key symbol for other modules
Ben Collins
2012-06-27
crypto: caam - refactor key_gen, sg
Yuan Kang