| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+2 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-08-09 | 1 | -0/+2 |
|\ |
|
| * | crypto: ccp - Add support for valid authsize values less than 16 | Gary R Hook | 2019-08-02 | 1 | -0/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
|/ |
|
* | crypto: ccp - Fix XTS-AES-128 support on v5 CCPs | Gary R Hook | 2017-08-04 | 1 | -1/+2 |
* | crypto: ccp - Introduce the AMD Secure Processor device | Brijesh Singh | 2017-07-18 | 1 | -4/+3 |
* | crypto: ccp - Fix some line spacing | Gary R Hook | 2017-07-18 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-04-05 | 1 | -1/+1 |
|\ |
|
| * | crypto: ccp - Assign DMA commands to the channel's CCP | Gary R Hook | 2017-03-16 | 1 | -1/+1 |
* | | crypto: ccp - Enable support for AES GCM on v5 CCPs | Gary R Hook | 2017-03-24 | 1 | -0/+9 |
* | | crypto: ccp - Enable 3DES function on v5 CCPs | Gary R Hook | 2017-03-24 | 1 | -1/+56 |
* | | crypto: ccp - Add SHA-2 384- and 512-bit support | Gary R Hook | 2017-03-24 | 1 | -0/+2 |
|/ |
|
* | crypto: ccp - fix typo "CPP" | Paul Bolle | 2016-10-25 | 1 | -3/+3 |
* | crypto: ccp - Let a v5 CCP provide the same function as v3 | Gary R Hook | 2016-08-09 | 1 | -3/+0 |
* | crypto: ccp - Register the CCP as a DMA resource | Gary R Hook | 2016-04-20 | 1 | -2/+34 |
* | crypto: ccp - CCP versioning support | Gary R Hook | 2016-03-11 | 1 | -0/+17 |
* | crypto: ccp - Check for CCP before registering crypto algs | Tom Lendacky | 2014-09-24 | 1 | -0/+12 |
* | crypto: ccp - Move HMAC calculation down to ccp ops file | Tom Lendacky | 2014-02-09 | 1 | -0/+7 |
* | crypto: ccp - CCP device enabled/disabled changes | Tom Lendacky | 2014-01-15 | 1 | -0/+12 |
* | crypto: ccp - Change data length declarations to u64 | Tom Lendacky | 2014-01-15 | 1 | -4/+4 |
* | crypto: ccp - CCP device driver and interface support | Tom Lendacky | 2013-12-05 | 1 | -0/+525 |