summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-01-25crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni1-4/+2
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu1-14/+12
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen2-25/+84
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen1-0/+6
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen1-6/+13
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen1-0/+1
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?2-2/+3
2016-01-25crypto: qat - Pack cfg ctl structsAtta, Ahsan1-3/+3
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryKrzysztof Koz?owski1-2/+2
2016-01-25crypto: s5p-sss - Fix minor coding style violationsKrzysztof Koz?owski1-4/+4
2016-01-25crypto: qat - remove redundant function callPingchao Yang1-1/+0
2016-01-25crypto: qat - change name for c6xx dev typeTadeusz Struk1-2/+2
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?1-2/+2
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-8/+17
2016-01-19crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu1-0/+1
2016-01-18crypto: CRYPTO_DEV_ATMEL_AES should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-01-18crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk1-0/+3
2016-01-18crypto: qat - fix timeout issuesPingchao Yang1-5/+6
2016-01-18crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang1-3/+6
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-17/+13
2016-01-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds84-1531/+6420
2015-12-29crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang2-4/+3
2015-12-25crypto: qat - fix SKU definiftion for c3xxx devTadeusz Struk2-19/+8
2015-12-25crypto: qat - Fix random config build issueTadeusz Struk1-2/+10
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2-8/+6
2015-12-25crypto: qat - Rename dh895xcc mmp firmwareAhsan Atta1-1/+1
2015-12-23crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen1-1/+114
2015-12-23crypto: atmel-aes - add support to GCM modeCyrille Pitchen3-2/+462
2015-12-23crypto: atmel-aes - change the DMA thresholdCyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen1-2/+115
2015-12-23crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen1-102/+108
2015-12-23crypto: atmel-aes - fix typo and indentationCyrille Pitchen1-31/+25
2015-12-23crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - improve performances of data transferCyrille Pitchen1-378/+386
2015-12-23crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen1-0/+1
2015-12-23crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen1-22/+15
2015-12-23crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen1-5/+0
2015-12-23crypto: atmel-aes - rework crypto request completionCyrille Pitchen1-27/+47
2015-12-23crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen1-123/+93
2015-12-23crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen1-2/+1
2015-12-23crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen1-26/+49
2015-12-23crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen1-14/+10
2015-12-23crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen1-5/+11
2015-12-23crypto: atmel-aes - remove unused header includesCyrille Pitchen1-3/+0
2015-12-23crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen1-2/+3
2015-12-23crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen1-9/+11
2015-12-23crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen1-1/+1