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
/
ccp
/
ccp-crypto-aes-cmac.c
Age
Commit message (
Expand
)
Author
2018-03-09
crypto: ccp - Fill the result buffer only on digest, finup, and final ops
Gary R Hook
2016-04-15
crypto: ccp - Prevent information leakage on export
Tom Lendacky
2016-02-28
crypto: ccp - memset request context to zero during import
Tom Lendacky
2016-02-06
crypto: ccp - Don't assume export/import areas are aligned
Tom Lendacky
2016-02-01
crypto: ccp - Limit the amount of information exported
Tom Lendacky
2016-01-25
crypto: ccp - Add hash state import and export support
Tom Lendacky
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-01-15
crypto: ccp - Cleanup hash invocation calls
Tom Lendacky
2014-01-15
crypto: ccp - Change data length declarations to u64
Tom Lendacky
2014-01-15
crypto: ccp - Check for caller result area before using it
Tom Lendacky
2014-01-15
crypto: ccp - Cleanup scatterlist usage
Tom Lendacky
2014-01-15
crypto: ccp - Apply appropriate gfp_t type to memory allocations
Tom Lendacky
2013-12-20
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
2013-12-05
crypto: ccp - CCP AES CMAC mode crypto API support
Tom Lendacky