Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.18-rc1 7 lines 221 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio_crypto.o 3virtio_crypto-objs := \ 4 virtio_crypto_skcipher_algs.o \ 5 virtio_crypto_akcipher_algs.o \ 6 virtio_crypto_mgr.o \ 7 virtio_crypto_core.o