index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccp
/
ccp-crypto-aes-cmac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-16
1
-0
/
+1
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-1
/
+0
*
crypto: ccp - move to AES library for CMAC key derivation
Ard Biesheuvel
2019-07-26
1
-21
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
crypto: ccp - Update copyright notices and dates
Hook, Gary
2019-01-11
1
-1
/
+1
*
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
Eric Biggers
2018-11-20
1
-3
/
+1
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-08
1
-1
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-08
1
-1
/
+1
*
crypto: ccp - Fill the result buffer only on digest, finup, and final ops
Gary R Hook
2018-03-09
1
-1
/
+1
*
crypto: ccp - Prevent information leakage on export
Tom Lendacky
2016-04-15
1
-0
/
+3
*
crypto: ccp - memset request context to zero during import
Tom Lendacky
2016-02-27
1
-0
/
+1
*
crypto: ccp - Don't assume export/import areas are aligned
Tom Lendacky
2016-02-06
1
-10
/
+16
*
crypto: ccp - Limit the amount of information exported
Tom Lendacky
2016-02-01
1
-5
/
+11
*
crypto: ccp - Add hash state import and export support
Tom Lendacky
2016-01-25
1
-0
/
+23
*
crypto: ccp - Replace BUG_ON with WARN_ON and a return code
Tom Lendacky
2015-10-08
1
-1
/
+19
*
crypto: ccp - Updates for checkpatch warnings/errors
Tom Lendacky
2015-02-27
1
-5
/
+7
*
crypto: ccp - Cleanup hash invocation calls
Tom Lendacky
2014-01-15
1
-1
/
+1
*
crypto: ccp - Change data length declarations to u64
Tom Lendacky
2014-01-15
1
-8
/
+13
*
crypto: ccp - Check for caller result area before using it
Tom Lendacky
2014-01-15
1
-1
/
+3
*
crypto: ccp - Cleanup scatterlist usage
Tom Lendacky
2014-01-15
1
-2
/
+4
*
crypto: ccp - Apply appropriate gfp_t type to memory allocations
Tom Lendacky
2014-01-15
1
-1
/
+4
*
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
2013-12-20
1
-3
/
+1
*
crypto: ccp - CCP AES CMAC mode crypto API support
Tom Lendacky
2013-12-05
1
-0
/
+355