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
14 # Let the userspace emulators avoid linking gnutls/etc
15 crypto-aes-obj-y = aes.o
17 stub-obj-y += random-stub.o