commit | 80f7b3552c1c925478a955fd4c700345beaf2982 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 23 16:37:46 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Apr 26 14:33:16 2015 +0800 |
tree | 5652a9f00b827f100a533b843ed336c3584fff55 | |
parent | 26739535206e819946b0740347c09c94c4e48ba9 [diff] |
crypto: aead - Fix corner case in crypto_lookup_aead When the user explicitly states that they don't care whether the algorithm has been tested (type = CRYPTO_ALG_TESTED and mask = 0), there is a corner case where we may erroneously return ENOENT. This patch fixes it by correcting the logic in the test. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>