summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai
2018-03-23crypto: doc - Document remaining members in struct crypto_algGary R Hook
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov
2018-03-23dt-bindings: rng: add bindings doc for Keystone SA HWRNG driverVitaly Andrianov
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring
2018-03-16crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel
2018-03-16crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel
2018-03-16crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel
2018-03-16crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel
2018-03-16crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel
2018-03-16crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook
2018-03-16crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy
2018-03-16dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatiblesVladimir Zapolskiy
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley