You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tls: Pass rec instead of aead_req into tls_encrypt_done
The function tls_encrypt_done only uses aead_req to get ahold of
the tls_rec object. So we could pass that in instead of aead_req
to simplify the code.
Suggested-by: Jakub Kicinski <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
0 commit comments