summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: speck - export common helpersEric Biggers2018-02-222-41/+111
* crypto: speck - add support for the Speck block cipherEric Biggers2018-02-225-0/+460
* crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson2018-02-221-0/+133
* crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-222-26/+106
* crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25
* crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
* crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
* crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9
* crypto: aesni - Fill in new context data structuresDave Watson2018-02-221-12/+39
* crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-221-28/+43
* crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-222-75/+121
* crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-221-179/+114
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63
* crypto: aesni - Add GCM_INIT macroDave Watson2018-02-221-51/+33
* crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-221-29/+24
* crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-221-250/+48
* crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring2018-02-221-3/+2
* crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring2018-02-221-1/+1
* crypto: sahara - Delete an error message for a failed memory allocation in sa...Markus Elfring2018-02-221-3/+1
* crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring2018-02-221-2/+2
* crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring2018-02-221-1/+1
* crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring2018-02-221-5/+2
* crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring2018-02-221-1/+0
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-02-221-3/+3
* crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart2018-02-221-1/+3
* crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2018-02-222-19/+15
* crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-222-2/+2
* crypto: inside-secure - do not process request if no command was issuedAntoine Tenart2018-02-221-0/+9
* crypto: inside-secure - fix the cache_len computationAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - fix the extra cache computationAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart2018-02-221-2/+1
* MAINTAINERS: update the Inside Secure maintainer emailAntoine Tenart2018-02-221-1/+1
* hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren2018-02-221-0/+2
* crypto: arm/aes-cipher - move S-box to .rodata sectionJinbum Park2018-02-221-9/+10
* crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson2018-02-221-0/+1
* crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE2018-02-151-0/+6
* crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE2018-02-151-29/+902
* crypto: qat - Make several functions staticColin Ian King2018-02-151-3/+6
* crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-151-1/+1
* crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King2018-02-151-4/+4
* x86/crypto: Designate maintainer for SHA-1/256/512Tim Chen2018-02-151-0/+8
* crypto: stm32/hash - rework padding lengthLionel Debieve2018-02-151-1/+1
* crypto: stm32/hash - fix performance issuesLionel Debieve2018-02-151-2/+6
* crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve2018-02-151-5/+6
* crypto: caam/qi - add GCM supportHoria Geantă2018-02-151-0/+374
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-153-25/+183
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-152-3/+20
* crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE2018-02-151-8/+21
* crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
* crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-153-11/+11