crypto: skcipher - Fix request for sync algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jun 2009 06:46:31 +0000 (14:46 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jun 2009 06:46:31 +0000 (14:46 +0800)
When a sync givcipher algorithm is requested, if an async version
of the same algorithm already exists, then we will loop forever
without ever constructing the sync version based on a blkcipher.

This is because we did not include the requested type/mask when
getting a larval for the geniv algorithm that is to be constructed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found