Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: lrw - Check for incorrect cipher name
If the cipher name does not start with 'ecb(' we should bail out, as done in the 'create()' function in 'crypto/xts.c'. Fixes: 700cb3f ("crypto: lrw - Convert to skcipher") Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information