开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccp
/
ccp-crypto-main.c
Age
Commit message (
Expand
)
Author
2023-02-13
crypto: ccp - Use request_complete helpers
Herbert Xu
2022-12-09
crypto: ccp - Set DMA alignment explicitly
Herbert Xu
2022-10-21
crypto: ccp - Remove unused struct ccp_crypto_cpu
Yuan Can
2022-10-21
crypto: ccp - Add __init/__exit annotations to module init/exit funcs
ruanjinjie
2021-04-09
crypto: ccp - Use DEFINE_SPINLOCK() for spinlock
Tang Yizhou
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
2019-08-09
crypto: ccp - Log an error message when ccp-crypto fails to load
Gary R Hook
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-11-03
crypto: ccp - use -ENOSPC for transient busy indication
Gilad Ben-Yossef
2017-07-28
crypto: ccp - Add support for RSA on the CCP
Gary R Hook
2017-07-28
crypto: ccp - Update copyright dates for 2017.
Gary R Hook
2017-03-24
crypto: ccp - Enable support for AES GCM on v5 CCPs
Gary R Hook
2017-03-24
crypto: ccp - Enable 3DES function on v5 CCPs
Gary R Hook
2015-10-08
crypto: ccp - Replace BUG_ON with WARN_ON and a return code
Tom Lendacky
2015-02-27
crypto: ccp - Updates for checkpatch warnings/errors
Tom Lendacky
2014-09-24
crypto: ccp - Check for CCP before registering crypto algs
Tom Lendacky
2014-02-27
crypto: ccp - Account for CCP backlog processing
Tom Lendacky
2014-02-27
crypto: ccp - Invoke context callback when there is a backlog error
Tom Lendacky
2014-02-27
crypto: ccp - Prevent a possible lost CCP command request
Tom Lendacky
2014-02-09
crypto: ccp - Use a single queue for proper ordering of tfm requests
Tom Lendacky
2014-02-09
crypto: ccp - Allow for selective disablement of crypto API algorithms
Tom Lendacky
2013-12-05
crypto: ccp - crypto API interface to the CCP device driver
Tom Lendacky