kernel_optimize_test/include
Vakul Garg 0b243d004e net/tls: Combined memory allocation for decryption request
For preparing decryption request, several memory chunks are required
(aead_req, sgin, sgout, iv, aad). For submitting the decrypt request to
an accelerator, it is required that the buffers which are read by the
accelerator must be dma-able and not come from stack. The buffers for
aad and iv can be separately kmalloced each, but it is inefficient.
This patch does a combined allocation for preparing decryption request
and then segments into aead_req || sgin || sgout || iv || aad.

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-13 08:41:09 -07:00
..
acpi
asm-generic
clocksource
crypto
drm
dt-bindings
keys
kvm
linux virtio: Make vp_set_vq_affinity() take a mask. 2018-08-11 12:02:18 -07:00
math-emu
media
memory
misc
net net/tls: Combined memory allocation for decryption request 2018-08-13 08:41:09 -07:00
pcmcia
ras
rdma
scsi
soc
sound
target
trace rxrpc: Trace socket notification 2018-08-01 13:28:23 +01:00
uapi l2tp: remove pppol2tp_session_ioctl() 2018-08-11 12:13:49 -07:00
video
xen