diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-07-07 18:03:11 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-08 18:38:45 -0700 |
commit | b89fec54fd614ffa4b7567edfae8b9e56c07ff69 (patch) | |
tree | 560d44b671327e6857414287313e56868b298c39 /security/selinux | |
parent | 50a07aa5316181e08fb80914fcf70229a827a2e0 (diff) | |
download | linux-b89fec54fd614ffa4b7567edfae8b9e56c07ff69.tar.gz linux-b89fec54fd614ffa4b7567edfae8b9e56c07ff69.tar.bz2 linux-b89fec54fd614ffa4b7567edfae8b9e56c07ff69.zip |
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: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'security/selinux')
0 files changed, 0 insertions, 0 deletions