aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-24crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook1-44/+67
2017-04-24crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook3-50/+75
2017-04-21crypto: ccp - Disable interrupts early on unloadGary R Hook1-2/+2
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGary R Hook2-7/+7
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGary R Hook1-4/+4
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook1-11/+11
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-1/+52
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook5-0/+531
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook8-2/+552
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook3-3/+99
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook3-0/+47
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2-1/+5
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook1-3/+2
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook3-2/+10
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGary R Hook2-1/+6
2017-02-03crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook1-1/+1
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook1-5/+5
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook3-12/+16
2016-10-25crypto: ccp - remove unneeded codeGary R Hook1-1/+0
2016-10-25crypto: ccp - change bitfield type to unsigned intsGary R Hook1-21/+21
2016-10-25crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-10-21crypto: ccp - change type of struct member lsb to signedGary R Hook1-1/+1
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook4-0/+61
2016-10-02crypto: ccp - clean up data structureGary R Hook4-9/+12
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun1-1/+1
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert1-2/+5
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook3-1/+46
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook1-0/+8
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook4-9/+36
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook7-117/+1340
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook3-2/+9
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook3-40/+40
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook3-80/+98
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook4-173/+175
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook3-22/+23
2016-08-09crypto: ccp - Abstract PCI info for the CCPGary R Hook3-8/+13
2016-08-09crypto: ccp - Fix non-conforming comment styleGary R Hook1-16/+8
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu2-25/+21
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2016-05-03crypto: ccp - constify ccp_actions structureJulia Lawall2-2/+2
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-0/+6
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGary R Hook1-0/+1
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook6-2/+859
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith1-1/+1
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook1-3/+3