summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-07-18crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh
2017-07-18crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGary R Hook
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook
2017-07-18crypto: ccp - Fix some line spacingGary R Hook
2017-06-22crypto: ccp - Release locks before returningGary R Hook
2017-06-19crypto: ccp - return NULL instead of 0pjambhlekar
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE
2017-05-18crypto: ccp - Add a module authorGary R Hook
2017-04-24crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook
2017-04-24crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook
2017-04-21crypto: ccp - Disable interrupts early on unloadGary R Hook
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGary R Hook
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGary R Hook
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGary R Hook
2017-02-03crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook
2016-10-25crypto: ccp - remove unneeded codeGary R Hook
2016-10-25crypto: ccp - change bitfield type to unsigned intsGary R Hook
2016-10-25crypto: ccp - Fix non static symbol warningWei Yongjun
2016-10-21crypto: ccp - change type of struct member lsb to signedGary R Hook
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook
2016-10-02crypto: ccp - clean up data structureGary R Hook
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook