virtio-crypto: rename skcipher algs
authorzhenwei pi <pizhenwei@bytedance.com>
Wed, 2 Mar 2022 03:39:17 +0000 (11:39 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
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 <pizhenwei@bytedance.com>
Link: https://lore.kernel.org/r/20220302033917.1295334-5-pizhenwei@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
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]