mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-14 03:37:19 +00:00
In Broadcom SPU driver, due to missing break statement
in spu2_hash_xlate() while mapping SPU2 equivalent
SHA3-512 value, -EINVAL is chosen and hence leading to
failure of SHA3-512 algorithm. This patch fixes the same.
Fixes:
|
||
|---|---|---|
| .. | ||
| cipher.c | ||
| cipher.h | ||
| Makefile | ||
| spu2.c | ||
| spu2.h | ||
| spu.c | ||
| spu.h | ||
| spum.h | ||
| util.c | ||
| util.h | ||