Age | Commit message (Expand) | Author | Files | Lines |
2021-04-09 | crypto: ccp - Use DEFINE_SPINLOCK() for spinlock | Tang Yizhou | 1 | -2/+1 |
2019-11-17 | crypto: ccp - switch from ablkcipher to skcipher | Ard Biesheuvel | 1 | -7/+7 |
2019-08-09 | crypto: ccp - Log an error message when ccp-crypto fails to load | Gary R Hook | 1 | -1/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2017-11-03 | crypto: ccp - use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 1 | -5/+3 |
2017-07-28 | crypto: ccp - Add support for RSA on the CCP | Gary R Hook | 1 | -0/+19 |
2017-07-28 | crypto: ccp - Update copyright dates for 2017. | Gary R Hook | 1 | -1/+1 |
2017-03-24 | crypto: ccp - Enable support for AES GCM on v5 CCPs | Gary R Hook | 1 | -0/+12 |
2017-03-24 | crypto: ccp - Enable 3DES function on v5 CCPs | Gary R Hook | 1 | -0/+10 |
2015-10-08 | crypto: ccp - Replace BUG_ON with WARN_ON and a return code | Tom Lendacky | 1 | -2/+4 |
2015-02-27 | crypto: ccp - Updates for checkpatch warnings/errors | Tom Lendacky | 1 | -3/+2 |
2014-09-24 | crypto: ccp - Check for CCP before registering crypto algs | Tom Lendacky | 1 | -0/+4 |
2014-02-27 | crypto: ccp - Account for CCP backlog processing | Tom Lendacky | 1 | -7/+11 |
2014-02-27 | crypto: ccp - Invoke context callback when there is a backlog error | Tom Lendacky | 1 | -0/+3 |
2014-02-27 | crypto: ccp - Prevent a possible lost CCP command request | Tom Lendacky | 1 | -0/+4 |
2014-02-09 | crypto: ccp - Use a single queue for proper ordering of tfm requests | Tom Lendacky | 1 | -116/+48 |
2014-02-09 | crypto: ccp - Allow for selective disablement of crypto API algorithms | Tom Lendacky | 1 | -12/+25 |
2013-12-05 | crypto: ccp - crypto API interface to the CCP device driver | Tom Lendacky | 1 | -0/+432 |