aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes.c
AgeCommit message (Expand)Author
2023-10-27crypto: omap-aes - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: omap - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: omap - Include internal/engine.hHerbert Xu
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu
2022-07-15crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn
2021-12-24crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings
2021-04-16crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu
2020-11-20crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong
2020-10-30crypto: omap-aes - fix the reference count leak of omap deviceZhang Qilong
2020-07-23crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu
2020-07-16crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-06-04crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo
2019-11-17crypto: omap - switch to skcipher APIArd Biesheuvel
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-11-20crypto: remove useless initializations of cra_listEric Biggers
2018-09-28crypto: omap-aes - Remove VLA usage of skcipherKees Cook
2018-03-09crypto: omap-aes - make queue length configurableTero Kristo
2018-03-09crypto: omap-aes - make fallback size configurableTero Kristo
2018-02-15crypto: omap - convert to new crypto engine APICorentin LABBE
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE
2017-09-22crypto: omap - Use GCM IV size constantCorentin LABBE
2017-07-18crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo
2017-06-10crypto: omap-aes - export some AES driver functionality locallyTero Kristo
2017-06-10crypto: omap-aes - move definitions over to a separate header fileTero Kristo
2017-06-10crypto: omap-aes - use base omap crypto support libraryTero Kristo
2017-06-10crypto: omap-aes - fix context handling for multiple coresTero Kristo
2017-06-10crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo
2016-09-22crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-07-18crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu