开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccp
/
ccp-crypto-aes.c
Age
Commit message (
Expand
)
Author
2026-04-16
crypto: ccp - copy IV using skcipher ivsize
Paul Moses
2026-04-03
crypto: ccp - Replace snprintf("%s") with strscpy
Thorsten Blum
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-04-16
crypto: ccp - Add missing header inclusions
Herbert Xu
2023-12-08
crypto: ccp - Remove cfb and ofb
Herbert Xu
2022-12-09
crypto: ccp - Set DMA alignment explicitly
Herbert Xu
2022-01-31
crypto: ccp - remove redundant ret variable
Minghao Chi
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-03
crypto: ccp - Switch to SPDX license identifiers
Hook, Gary
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-23
crypto: ccp - fix AES CFB error exposed by new test vectors
Hook, Gary
2016-03-11
crypto: ccp - CCP versioning support
Gary R Hook
2015-02-27
crypto: ccp - Updates for checkpatch warnings/errors
Tom Lendacky
2013-12-20
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
2013-12-09
crytpo: ccp - fix coccinelle warnings
Fengguang Wu
2013-12-05
crypto: ccp - CCP AES crypto API support
Tom Lendacky