alistair23-linux/drivers/usb/wusbcore
Ard Biesheuvel ae748b9cf8 wusb: switch to cbcmac transform
The wusb code takes a very peculiar approach at implementing CBC-MAC,
by using plain CBC into a scratch buffer, and taking the output IV
as the MAC.

We can clean up this code substantially by switching to the cbcmac
shash, as exposed by the CCM template. To ensure that the module is
loaded on demand, add the cbcmac template name as a module alias.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-18 08:52:34 +02:00
..
cbaf.c wusb: Remove unnecessary static function ckhdid_printf 2019-03-01 20:53:41 +01:00
crypto.c wusb: switch to cbcmac transform 2019-06-18 08:52:34 +02:00
dev-sysfs.c wusb: Remove unnecessary static function ckhdid_printf 2019-03-01 20:53:41 +01:00
devconnect.c wusb: Remove unnecessary static function ckhdid_printf 2019-03-01 20:53:41 +01:00
Kconfig wusb: switch to cbcmac transform 2019-06-18 08:52:34 +02:00
Makefile
mmc.c
pal.c
reservation.c
rh.c
security.c
wa-hc.c
wa-hc.h
wa-nep.c
wa-rpipe.c
wa-xfer.c usb: wusbcore: wa-xfer: use struct_size() helper 2019-02-19 14:41:38 +01:00
wusbhc.c wusb: Remove unnecessary static function ckhdid_printf 2019-03-01 20:53:41 +01:00
wusbhc.h