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