mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 02:45:06 +00:00
Convert the bcm crypto driver to use crypto_authenc_extractkeys() so
that it picks up the fix for broken validation of rtattr::rta_len.
This also fixes the DES weak key check to actually be done on the right
key. (It was checking the authentication key, not the encryption key...)
Fixes:
|
||
|---|---|---|
| .. | ||
| cipher.c | ||
| cipher.h | ||
| Makefile | ||
| spu.c | ||
| spu.h | ||
| spu2.c | ||
| spu2.h | ||
| spum.h | ||
| util.c | ||
| util.h | ||