]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: aead - Fix corner case in crypto_lookup_aead
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 08:37:46 +0000 (16:37 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 26 Apr 2015 06:33:16 +0000 (14:33 +0800)
commit17238a7c46452a41c504d30e46a731b2cf8fc81e
tree5652a9f00b827f100a533b843ed336c3584fff55
parent2dcd3a750c09b82e4f7d7b894daef910239cdb0e
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>
crypto/aead.c