]> Git Repo - qemu.git/blob - crypto/Makefile.objs
crypto: add cryptographic random byte source
[qemu.git] / crypto / Makefile.objs
1 crypto-obj-y = init.o
2 crypto-obj-y += hash.o
3 crypto-obj-y += aes.o
4 crypto-obj-y += desrfb.o
5 crypto-obj-y += cipher.o
6 crypto-obj-y += tlscreds.o
7 crypto-obj-y += tlscredsanon.o
8 crypto-obj-y += tlscredsx509.o
9 crypto-obj-y += tlssession.o
10 crypto-obj-y += secret.o
11 crypto-obj-$(CONFIG_GCRYPT) += random-gcrypt.o
12 crypto-obj-$(if $(CONFIG_GCRYPT),n,$(CONFIG_GNUTLS_RND)) += random-gnutls.o
13
14 # Let the userspace emulators avoid linking gnutls/etc
15 crypto-aes-obj-y = aes.o
16
17 stub-obj-y += random-stub.o
This page took 0.025256 seconds and 4 git commands to generate.