aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-23crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu1-3/+3
2020-07-16crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel1-18/+17
2020-06-04crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo1-2/+6
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo1-23/+0
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo1-26/+41
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel1-24/+2
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel1-0/+2
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel1-1/+1
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel1-0/+3
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo1-2/+2
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo1-0/+12
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo1-1/+2
2019-11-17crypto: omap - switch to skcipher APIArd Biesheuvel1-108/+101
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-11-20crypto: remove useless initializations of cra_listEric Biggers1-2/+0
2018-09-28crypto: omap-aes - Remove VLA usage of skcipherKees Cook1-9/+8
2018-03-09crypto: omap-aes - make queue length configurableTero Kristo1-0/+43
2018-03-09crypto: omap-aes - make fallback size configurableTero Kristo1-1/+47
2018-02-15crypto: omap - convert to new crypto engine APICorentin LABBE1-6/+15
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-09-22crypto: omap - Use GCM IV size constantCorentin LABBE1-2/+3
2017-07-18crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva1-0/+1
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo1-5/+154
2017-06-10crypto: omap-aes - export some AES driver functionality locallyTero Kristo1-6/+6
2017-06-10crypto: omap-aes - move definitions over to a separate header fileTero Kristo1-149/+1
2017-06-10crypto: omap-aes - use base omap crypto support libraryTero Kristo1-92/+28
2017-06-10crypto: omap-aes - fix context handling for multiple coresTero Kristo1-21/+14
2017-06-10crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo1-1/+0
2016-09-22crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun1-1/+3
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo1-13/+15
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla1-4/+49
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla1-14/+6
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo1-27/+16
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-4/+4
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-0/+1
2016-07-18crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu1-6/+10
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla1-2/+0
2016-06-07crypto: omap-aes - Fix registration of algorithmsLokesh Vutla1-8/+10
2016-05-03crypto: omap-aes - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-46/+16
2016-02-01crypto: omap-aes - Support crypto engine frameworkBaolin Wang1-53/+44
2015-12-17crypto: omap - Removed unused variable "err"Rahul Pathak1-3/+1
2015-07-08crypto: omap-aes - Use BIT() macroVutla, Lokesh1-17/+17
2015-07-08crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh1-8/+5
2015-07-08crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh1-3/+3
2015-07-08crypto: omap-aes - Fix CTR modeVutla, Lokesh1-17/+16
2015-04-01crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh1-3/+11
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-2/+2
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0