Skip to content
Commit b89fec54 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

tls: rx: wrap decrypt params in a struct



The max size of iv + aad + tail is 22B. That's smaller
than a single sg entry (32B). Don't bother with the
memory packing, just create a struct which holds the
max size of those members.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 50a07aa5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment