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
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
mainline inclusion
from mainline-v7.0-rc7
category: bugfix
When decrypting data that is not in-place (src != dst), there is
no need to save the high-order sequence bits in dst as it could
simply be re-copied from the source.
However, the data to be hashed need to be rearranged accordingly.
Reported-by: Taeyang Lee <0wn@theori.io>
Fixes: 104880a ("crypto: authencesn - Convert to new AEAD interface")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Thanks,
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit e02494114ebf7c8b42777c6cd6982f113bfdbec7)
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
0 commit comments