Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: cryptod - use crypto_skcipher_type() for getting skcipher type
The <linux/crypto.h> provides inline function - crypto_skcipher_type(). Let's use it in the cryptd_alloc_ablkcipher() instead of direct calculation. Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information