]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: ccm - Set rfc4309 maxauthsize from child
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Jul 2026 01:34:21 +0000 (11:34 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jul 2026 07:30:50 +0000 (17:30 +1000)
commit438f4896f78f69ec73d5f32d2c024193f1223569
treea7e4c69570b92c95b5dae0b3a032bac482c8edd6
parent8173f7e2ce67e6ca1d4763f3da14e5b01ce77456
crypto: ccm - Set rfc4309 maxauthsize from child

Set the maxauthsize of rfc4309 using that of the child algorithm.

Fixes: 4a49b499dfa0 ("[CRYPTO] ccm: Added CCM mode")
Reported-by: Seohyeon Maeng <bioloidgp@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ccm.c