Skip to content
Snippets Groups Projects
Commit 435578ae authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: skcipher - Fix request for sync algorithms


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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 409a7363
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment