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: hash - Increase HASH_MAX_DESCSIZE for hmac(sha3-224-s390)
The value of HASH_MAX_DESCSIZE is off by one for hmac(sha3-224-s390).
Fix this so that hmac(sha3-224-s390) can be registered.
Reported-by: Ingo Franzki <[email protected]>
Reported-by: Eric Biggers <[email protected]>
Fixes: 6f90ba7 ("crypto: s390/sha3 - Use API partial block handling")
Cc: <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
0 commit comments