index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
omap-des.c
Age
Commit message (
Expand
)
Author
2020-06-26
crypto: omap-des - Fix sparse/compiler warnings
Herbert Xu
2019-12-11
crypto: omap-des - handle NULL cipher request
Tero Kristo
2019-12-11
crypto: omap-des - avoid unnecessary spam with bad cryptlen
Tero Kristo
2019-12-11
crypto: omap-des - add IV output handling
Tero Kristo
2019-11-17
crypto: omap - switch to skcipher API
Ard Biesheuvel
2019-08-22
crypto: omap/des - switch to new verification routines
Ard Biesheuvel
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-18
crypto: omap - Forbid 2-key 3DES in FIPS mode
Herbert Xu
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2018-11-20
crypto: remove useless initializations of cra_list
Eric Biggers
2018-02-15
crypto: omap - convert to new crypto engine API
Corentin LABBE
2017-10-07
crypto: omap - use of_device_get_match_data
Corentin LABBE
2017-07-18
crypto: omap-des - fix error return code in omap_des_probe()
Gustavo A. R. Silva
2017-06-10
crypto: omap-des - use base omap crypto support library
Tero Kristo
2017-06-10
crypto: omap-des - use runtime_pm autosuspend for clock handling
Tero Kristo
2017-06-10
crypto: omap-des - add check for weak keys
Tero Kristo
2016-09-22
crypto: omap-des - fix error return code in omap_des_probe()
Wei Yongjun
2016-09-13
crypto: omap-des - fix crypto engine initialization order
Tero Kristo
2016-09-07
crypto: engine - permit to enqueue ashash_request
Corentin LABBE
2016-09-07
crypto: engine - move crypto engine to its own header
Corentin LABBE
2016-07-18
crypto: omap - Stop using crypto scatterwalk_bytes_sglen
Herbert Xu
2016-05-03
crypto: omap-des - Use dma_request_chan() for requesting DMA channel
Peter Ujfalusi
2016-05-03
crypto: omap-des - Integrate with the crypto engine framework
Baolin Wang
2015-12-17
crypto: omap - Removed unused variable "err"
Rahul Pathak
2015-12-14
crypto: omap-des - Fix "schedule while atomic" bug
Sam Protsenko
2015-07-06
crypto: omap-des - Fix unmapping of dma channels
Vutla, Lokesh
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
2015-01-08
crypto: omap-des - fix BUG_ON condition
Asaf Vertz
2014-10-20
crypto: drop owner assignment from platform_drivers
Wolfram Sang
2014-04-16
crypto: omap-des - handle error of pm_runtime_get_sync
Nishanth Menon
2014-04-16
crypto: omap-des - use devm_ioremap_resource()
Jingoo Han
2014-03-10
crypto: omap-des - make local functions static
Jingoo Han
2014-03-10
crypto: omap-des - Use SIMPLE_DEV_PM_OPS macro
Jingoo Han
2014-02-27
crypto: omap-des - Add omap-des driver for OMAP4/AM43xx
Joel Fernandes