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