Home | History | Annotate | Download | only in srtp

Lines Matching full:crypto

10 # libcrypt.a	static library implementing crypto engine
22 crypto/test/cipher_driver$(EXE) -v >/dev/null
23 crypto/test/kernel_driver$(EXE) -v >/dev/null
29 $(MAKE) -C crypto runtest
34 INCDIR = -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include
74 # libcrypt.a (the crypto engine)
75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
76 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
77 crypto/cipher/aes_cbc.o
79 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \
80 crypto/hash/hmac.o crypto/hash/auth.o # crypto/hash/tmmhv2.o
82 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \
83 crypto/replay/ut_sim.o
85 math = crypto/math/datatypes.o crypto/math/stat.o
87 ust = crypto/ust/ust.o
89 rng = crypto/rng/$(RNG_OBJS) crypto/rng/prng.o crypto/rng/ctr_prng.o
91 err = crypto/kernel/err.o
93 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
94 crypto/kernel/key.o $(rng) $(err) # $(ust)
110 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
119 crypto_testapp = crypto/test/aes_calc$(EXE) crypto/test/cipher_driver$(EXE) \
120 crypto/test/datatypes_driver$(EXE) crypto/test/kernel_driver$(EXE) \
121 crypto/test/rand_gen$(EXE) crypto/test/sha1_driver$(EXE) \
122 crypto/test/stat_driver$(EXE)
144 # tables_apps are used to generate the tables used in the crypto
186 cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp
203 $(MAKE) -C crypto clean
207 rm -rf crypto/include/config.h config.log config.cache config.status \