summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap-aes - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: omap - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-101/+115
* crypto: omap - Include internal/engine.hHerbert Xu2023-08-181-16/+14
* crypto: omap - Remove prepare/unprepare requestHerbert Xu2023-08-181-15/+4
* crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
* crypto: omap-aes - Constify static attribute_groupRikard Falkeborn2022-02-181-1/+1
* crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit2021-12-241-1/+1
* crypto: omap - Fix inconsistent locking of device listsBen Hutchings2021-08-211-4/+4
* crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu2021-04-161-4/+3
* crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-11-201-1/+2
* crypto: omap-aes - fix the reference count leak of omap deviceZhang Qilong2020-10-301-0/+1
* crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu2020-07-231-3/+3
* crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-18/+17
* crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo2020-06-041-2/+6
* crypto: omap-aes-gcm - convert to use crypto engineTero Kristo2019-12-111-23/+0
* crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo2019-12-111-26/+41
* crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel2019-12-111-24/+2
* crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel2019-12-111-0/+2
* crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel2019-12-111-1/+1
* crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel2019-12-111-0/+3
* crypto: omap-aes - fixup aligned data cleanupTero Kristo2019-12-111-2/+2
* crypto: omap-aes - add IV output handlingTero Kristo2019-12-111-0/+12
* crypto: omap-aes - remove the sysfs group during driver removalTero Kristo2019-12-111-1/+2
* crypto: omap - switch to skcipher APIArd Biesheuvel2019-11-171-108/+101
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-2/+0
* crypto: omap-aes - Remove VLA usage of skcipherKees Cook2018-09-281-9/+8
* crypto: omap-aes - make queue length configurableTero Kristo2018-03-091-0/+43
* crypto: omap-aes - make fallback size configurableTero Kristo2018-03-091-1/+47
* crypto: omap - convert to new crypto engine APICorentin LABBE2018-02-151-6/+15
* crypto: omap - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* crypto: omap - Use GCM IV size constantCorentin LABBE2017-09-221-2/+3
* crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva2017-07-181-0/+1
* crypto: omap-aes - Add support for GCM modeTero Kristo2017-06-101-5/+154
* crypto: omap-aes - export some AES driver functionality locallyTero Kristo2017-06-101-6/+6
* crypto: omap-aes - move definitions over to a separate header fileTero Kristo2017-06-101-149/+1
* crypto: omap-aes - use base omap crypto support libraryTero Kristo2017-06-101-92/+28
* crypto: omap-aes - fix context handling for multiple coresTero Kristo2017-06-101-21/+14
* crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo2017-06-101-1/+0
* crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun2016-09-221-1/+3
* crypto: omap-aes - fix crypto engine initialization orderTero Kristo2016-09-131-13/+15
* crypto: omap-aes - Add fallback supportLokesh Vutla2016-09-131-4/+49
* crypto: omap-aes - Add support for multiple coresLokesh Vutla2016-09-131-14/+6
* crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo2016-09-131-27/+16
* crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-4/+4
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+1
* crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu2016-07-181-6/+10