diff options
author | Eric Biggers <ebiggers@google.com> | 2019-04-12 07:57:36 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-04-18 17:15:03 +0300 |
commit | 5283a8ee9badf699bd4a5a622011f9d4d50fecde (patch) | |
tree | ed17500760d781ec80bd9e38aba058bc5a0fdb6b /crypto/crc32c_generic.c | |
parent | be08f0c681a8469f2537f04de76e73a68c9c96e1 (diff) | |
download | linux-5283a8ee9badf699bd4a5a622011f9d4d50fecde.tar.xz |
crypto: testmgr - expand ability to test for errors
Update testmgr to support testing for specific errors from setkey() and
digest() for hashes; setkey() and encrypt()/decrypt() for skciphers and
ciphers; and setkey(), setauthsize(), and encrypt()/decrypt() for AEADs.
This is useful because algorithms usually restrict the lengths or format
of the message, key, and/or authentication tag in some way. And bad
inputs should be tested too, not just good inputs.
As part of this change, remove the ambiguously-named 'fail' flag and
replace it with 'setkey_error = -EINVAL' for the only test vector that
used it -- the DES weak key test vector. Note that this tightens the
test to require -EINVAL rather than any error code, but AFAICS this
won't cause any test failure.
Other than that, these new fields aren't set on any test vectors yet.
Later patches will do so.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crc32c_generic.c')
0 files changed, 0 insertions, 0 deletions