linux_dsm_epyc7002/drivers/crypto/vmx
Eric Biggers 694e0db660 crypto: vmx - return correct error code on failed setkey
In the VMX implementations of AES and AES modes, return -EINVAL when an
invalid key length is provided, rather than some unusual error code
determined via a series of additions.  This makes the behavior match the
other AES implementations in the kernel's crypto API.

Cc: Daniel Axtens <dja@axtens.net>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-04-18 22:14:58 +08:00
..
.gitignore
aes_cbc.c crypto: vmx - return correct error code on failed setkey 2019-04-18 22:14:58 +08:00
aes_ctr.c crypto: vmx - return correct error code on failed setkey 2019-04-18 22:14:58 +08:00
aes_xts.c crypto: vmx - return correct error code on failed setkey 2019-04-18 22:14:58 +08:00
aes.c crypto: vmx - return correct error code on failed setkey 2019-04-18 22:14:58 +08:00
aesp8-ppc.h
aesp8-ppc.pl crypto: vmx - fix copy-paste error in CTR mode 2019-03-22 20:57:28 +08:00
ghash.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
ghashp8-ppc.pl treewide: convert ISO_8859-1 text comments to utf-8 2018-08-23 18:48:43 -07:00
Kconfig
Makefile
ppc-xlate.pl
vmx.c crypto: vmx - Make p8_init and p8_exit static 2019-03-28 13:55:34 +08:00