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

tls: rx: always allocate max possible aad size for decrypt



AAD size is either 5 or 13. Really no point complicating
the code for the 8B of difference. This will also let us
turn the chunked up buffer into a sane struct.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 2d91ecac
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