summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - return NULL instead of 0pjambhlekar2017-06-191-2/+2
* crypto: ccp - Add debugfs entries for CCP informationGary R Hook2017-06-195-3/+395
* crypto: ccp - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: ccp - Add a module authorGary R Hook2017-05-181-0/+1
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-04-241-44/+67
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-04-243-50/+75
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-04-211-2/+2
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-04-212-7/+7
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-054-1/+52
|\
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-243-0/+47
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-162-1/+5
* | crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-245-0/+531
* | crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-248-2/+552
* | crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-243-3/+99
|/
* crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-151-86/+56Star
* crypto: ccp - Update the command queue on errorsGary R Hook2017-02-151-2/+5
* crypto: ccp - Change mode for detailed CCP init messagesGary R Hook2017-02-151-3/+2Star
* crypto: ccp - Set the AES size field for all modesGary R Hook2017-02-153-2/+10
* crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-032-1/+6
* crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-031-1/+1
* crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook2016-11-131-5/+5
* crypto: ccp - Clean up the LSB slot allocation codeGary R Hook2016-10-253-12/+16
* crypto: ccp - remove unneeded codeGary R Hook2016-10-251-1/+0Star
* crypto: ccp - change bitfield type to unsigned intsGary R Hook2016-10-251-21/+21
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-10-251-1/+1
* crypto: ccp - change type of struct member lsb to signedGary R Hook2016-10-211-1/+1
* crypto: ccp - Make syslog errors human-readableGary R Hook2016-10-024-0/+61
* crypto: ccp - clean up data structureGary R Hook2016-10-024-9/+12
* crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-221-1/+1
* crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-221-3/+1Star
* crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert2016-09-071-2/+5
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-08-161-1/+1
* crypto: ccp - Enable use of the additional CCPGary R Hook2016-08-093-1/+46
* crypto: ccp - Enable DMA service on a v5 CCPGary R Hook2016-08-091-0/+8
* crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook2016-08-094-9/+36
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-097-117/+1340
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-093-2/+9
* crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook2016-08-093-40/+40
* crypto: ccp - Refactor the storage block allocation codeGary R Hook2016-08-093-80/+98
* crypto: ccp - Refactoring: symbol cleanupGary R Hook2016-08-094-173/+175
* crypto: ccp - Shorten the fields of the action structureGary R Hook2016-08-093-22/+23
* crypto: ccp - Abstract PCI info for the CCPGary R Hook2016-08-093-8/+13
* crypto: ccp - Fix non-conforming comment styleGary R Hook2016-08-091-16/+8Star
* crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-012-25/+21Star
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-05-251-5/+12
* crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-032-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-282-0/+6
|\
| * crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-152-0/+6