]> Git Repo - linux.git/commit
virtio-crypto: rename skcipher algs
authorzhenwei pi <[email protected]>
Wed, 2 Mar 2022 03:39:17 +0000 (11:39 +0800)
committerMichael S. Tsirkin <[email protected]>
Mon, 28 Mar 2022 20:52:58 +0000 (16:52 -0400)
commitea993de113b85557ed34da8f7b4af0629550e023
treeee6693c95b737c92bbe7c32119dcf0013388680a
parent59ca6c93387d325e96577d8bd4c23c78c1491c11
virtio-crypto: rename skcipher algs

Suggested by Gonglei, rename virtio_crypto_algs.c to
virtio_crypto_skcipher_algs.c. Also minor changes for function name.
Thus the function of source files get clear: skcipher services in
virtio_crypto_skcipher_algs.c and akcipher services in
virtio_crypto_akcipher_algs.c.

Signed-off-by: zhenwei pi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Gonglei <[email protected]>
drivers/crypto/virtio/Makefile
drivers/crypto/virtio/virtio_crypto_algs.c [deleted file]
drivers/crypto/virtio/virtio_crypto_common.h
drivers/crypto/virtio/virtio_crypto_mgr.c
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c [new file with mode: 0644]
This page took 0.052735 seconds and 4 git commands to generate.