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
/
amcc
/
crypto4xx_core.h
Age
Commit message (
Expand
)
Author
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-23
crypto: crypto4xx - block ciphers should only accept complete blocks
Christian Lamparter
2019-05-03
crypto: crypto4xx - get rid of redundant using_sd variable
Christian Lamparter
2019-05-03
crypto: crypto4xx - use sync skcipher for fallback
Christian Lamparter
2019-01-11
crypto: crypto4xx - add prng crypto support
Christian Lamparter
2018-04-28
crypto: crypto4xx - put temporary dst sg into request ctx
Christian Lamparter
2018-04-28
crypto: crypto4xx - add aes-ctr support
Christian Lamparter
2018-04-28
crypto: crypto4xx - convert to skcipher
Christian Lamparter
2018-04-28
crypto: crypto4xx - performance optimizations
Christian Lamparter
2018-01-05
crypto: crypto4xx - kill MODULE_NAME
Christian Lamparter
2018-01-05
crypto: crypto4xx - fix missing irq devname
Christian Lamparter
2018-01-05
crypto: crypto4xx - support Revision B parts
Christian Lamparter
2017-10-12
crypto: crypto4xx - add aes-gcm support
Christian Lamparter
2017-10-12
crypto: crypto4xx - add aes-ccm support
Christian Lamparter
2017-10-12
crypto: crypto4xx - prepare for AEAD support
Christian Lamparter
2017-10-12
crypto: crypto4xx - simplify sa and state context acquisition
Christian Lamparter
2017-10-12
crypto: crypto4xx - overhaul crypto4xx_build_pd()
Christian Lamparter
2017-10-12
crypto: crypto4xx - use the correct LE32 format for IV and key defs
Christian Lamparter
2017-10-12
crypto: crypto4xx - add backlog queue support
Christian Lamparter
2017-10-12
crypto: crypto4xx - increase context and scatter ring buffer elements
Christian Lamparter
2017-09-22
crypto: crypto4xx - pointer arithmetic overhaul
Christian Lamparter
2017-09-22
crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant
Christian Lamparter
2017-09-22
crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads
Christian Lamparter
2017-09-22
crypto: crypto4xx - move and refactor dynamic_contents helpers
Christian Lamparter
2017-09-22
crypto: crypto4xx - remove extern statement before function declaration
Christian Lamparter
2017-09-22
crypto: crypto4xx - remove unused definitions and write-only variables
Christian Lamparter
2016-04-20
crypto4xx: integrate ppc4xx-rng into crypto4xx
Christian Lamparter
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
2009-07-14
crypto: crypto4xx - Switch to new style ahash
Herbert Xu
2009-02-18
crypto: amcc - Add crypt4xx driver
James Hsiao