summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-aes.c
AgeCommit message (Expand)Author
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen
2016-11-01crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun
2016-10-21crypto: atmel-aes - add support to the XTS modeCyrille Pitchen
2016-10-21crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-01-30crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen
2016-01-19crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu
2015-12-23crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen
2015-12-23crypto: atmel-aes - add support to GCM modeCyrille Pitchen
2015-12-23crypto: atmel-aes - change the DMA thresholdCyrille Pitchen
2015-12-23crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen
2015-12-23crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen
2015-12-23crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen
2015-12-23crypto: atmel-aes - fix typo and indentationCyrille Pitchen
2015-12-23crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen
2015-12-23crypto: atmel-aes - improve performances of data transferCyrille Pitchen
2015-12-23crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen
2015-12-23crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen
2015-12-23crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen
2015-12-23crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen
2015-12-23crypto: atmel-aes - rework crypto request completionCyrille Pitchen
2015-12-23crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen
2015-12-23crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen
2015-12-23crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen
2015-12-23crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen
2015-12-23crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen
2015-12-23crypto: atmel-aes - remove unused header includesCyrille Pitchen
2015-12-23crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen
2015-12-23crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen
2015-12-23crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen
2015-12-23crypto: atmel-aes - add new versionLeilei Zhao
2015-11-23crypto: atmel - fix 64-bit warningsArnd Bergmann
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang
2014-04-28crypto: atmel-aes - check alignment of cfb64 modeLeilei Zhao
2014-04-28crypto: atmel-aes - correct block size of cfb8 modeLeilei Zhao
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall