summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-ops.c
AgeCommit message (Expand)Author
2019-08-16crypto: ccp - Add support for valid authsize values less than 16Gary R Hook
2019-08-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook
2019-08-16crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook
2019-08-16crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook
2019-07-31crypto: ccp/gcm - use const time tag comparison.Cfir Cohen
2019-07-31crypto: ccp - memset structure fields to zero before reuseHook, Gary
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-07-28csrypto: ccp - Expand RSA support for a v5 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 - Change all references to use the JOB ID macroGary R Hook
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-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky