Eric Biggers
|
2c95e6d978
crypto: skcipher - remove useless setting of type flags
|
7 years ago |
Kees Cook
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 years ago |
Christian Lamparter
|
658c9d2b9f
crypto: crypto4xx - put temporary dst sg into request ctx
|
7 years ago |
Christian Lamparter
|
fc340115ff
crypto: crypto4xx - properly set IV after de- and encrypt
|
7 years ago |
Christian Lamparter
|
98e87e3d93
crypto: crypto4xx - add aes-ctr support
|
7 years ago |
Christian Lamparter
|
ce05ffe104
crypto: crypto4xx - convert to skcipher
|
7 years ago |
Christian Lamparter
|
a8d79d7bfb
crypto: crypto4xx - performance optimizations
|
7 years ago |
Himanshu Jha
|
75d68369b5
crypto: Use zeroing memory allocator instead of allocator/memset
|
7 years ago |
Christian Lamparter
|
0b5a7f71b4
crypto: crypto4xx - perform aead icv check in the driver
|
7 years ago |
Christian Lamparter
|
333b192856
crypto: crypto4xx - kill MODULE_NAME
|
7 years ago |
Christian Lamparter
|
57268aba38
crypto: crypto4xx - fix missing irq devname
|
7 years ago |
Christian Lamparter
|
b66c685a48
crypto: crypto4xx - support Revision B parts
|
7 years ago |
Christian Lamparter
|
b0a191cebe
crypto: crypto4xx - shuffle iomap in front of request_irq
|
7 years ago |
Christian Lamparter
|
59231368d3
crypto: crypto4xx - add aes-gcm support
|
7 years ago |
Christian Lamparter
|
65ea8b678f
crypto: crypto4xx - add aes-ccm support
|
7 years ago |
Christian Lamparter
|
a0aae821ba
crypto: crypto4xx - prepare for AEAD support
|
7 years ago |
Christian Lamparter
|
2f77690dcb
crypto: crypto4xx - simplify sa and state context acquisition
|
7 years ago |
Christian Lamparter
|
4b5b79998a
crypto: crypto4xx - fix stalls under heavy load
|
7 years ago |
Christian Lamparter
|
64e1062b23
crypto: crypto4xx - fix various warnings
|
7 years ago |
Christian Lamparter
|
cd4dcd6da7
crypto: crypto4xx - overhaul crypto4xx_build_pd()
|
7 years ago |
Christian Lamparter
|
4865b122d4
crypto: crypto4xx - use the correct LE32 format for IV and key defs
|
7 years ago |
Christian Lamparter
|
8ef8d19543
crypto: crypto4xx - add backlog queue support
|
7 years ago |
Christian Lamparter
|
e9b8e4e112
crypto: crypto4xx - fix off-by-one AES-OFB
|
7 years ago |
Christian Lamparter
|
9e0a0b3a19
crypto: crypto4xx - pointer arithmetic overhaul
|
8 years ago |
Christian Lamparter
|
5d59ad6eea
crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
|
8 years ago |
Christian Lamparter
|
40e3b847bf
crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant
|
8 years ago |
Christian Lamparter
|
5c727f92ea
crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()
|
8 years ago |
Christian Lamparter
|
f2a13e7cba
crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads
|
8 years ago |
Christian Lamparter
|
c587e65dea
crypto: crypto4xx - remove double assignment of pd_uinfo->state
|
8 years ago |
Christian Lamparter
|
1ef52a95ea
crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag
|
8 years ago |