summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart2018-03-031-1/+1
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-221-5/+1
* crypto: atmel - remove empty functionsTudor-Dan Ambarus2017-11-061-20/+0
* crypto: atmel-aes - Reset the controller before each useRomain Izard2017-11-031-7/+3
* crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard2017-11-031-3/+37
* crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-031-2/+0
* crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-031-2/+1
* crypto: atmel - Use GCM IV size constantCorentin LABBE2017-09-221-2/+3
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-031-1/+447
* crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen2017-02-031-2/+5
* crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun2016-11-011-1/+1
* crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-211-6/+179
* crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-8/+2
|\
| * crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
| * crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0
* | crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-01-301-4/+12
|/
* crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu2016-01-191-0/+1
* crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen2015-12-231-1/+114
* crypto: atmel-aes - add support to GCM modeCyrille Pitchen2015-12-231-2/+451
* crypto: atmel-aes - change the DMA thresholdCyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen2015-12-231-2/+115
* crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen2015-12-231-102/+108
* crypto: atmel-aes - fix typo and indentationCyrille Pitchen2015-12-231-31/+25
* crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen2015-12-231-2/+2
* crypto: atmel-aes - improve performances of data transferCyrille Pitchen2015-12-231-378/+386
* crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen2015-12-231-0/+1
* crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen2015-12-231-22/+15
* crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen2015-12-231-2/+2
* crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen2015-12-231-5/+0
* crypto: atmel-aes - rework crypto request completionCyrille Pitchen2015-12-231-27/+47
* crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen2015-12-231-123/+93
* crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen2015-12-231-2/+1
* crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen2015-12-231-26/+49
* crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen2015-12-231-14/+10
* crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen2015-12-231-5/+11
* crypto: atmel-aes - remove unused header includesCyrille Pitchen2015-12-231-3/+0
* crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen2015-12-231-2/+3
* crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen2015-12-231-9/+11
* crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - add new versionLeilei Zhao2015-12-231-0/+5
* crypto: atmel - fix 64-bit warningsArnd Bergmann2015-11-231-6/+6
* crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-141-29/+9
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-081-1/+5
* crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao2015-04-081-1/+1
* crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao2015-04-081-4/+12
* crypto: atmel-aes - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
* crypto: atmel-aes - add new versionLeilei Zhao2015-04-081-0/+5
* crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-041-1/+1
OpenPOWER on IntegriCloud