Lines Matching refs:crypto
22 crypto/test/cipher_driver$(EXE) -v >/dev/null
23 crypto/test/kernel_driver$(EXE) -v >/dev/null
31 $(MAKE) -C crypto runtest
36 INCDIR = -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include
77 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
78 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
79 crypto/cipher/aes_cbc.o
81 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \
82 crypto/hash/hmac.o crypto/hash/auth.o # crypto/hash/tmmhv2.o
84 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \
85 crypto/replay/ut_sim.o
87 math = crypto/math/datatypes.o crypto/math/stat.o
89 ust = crypto/ust/ust.o
91 rng = crypto/rng/$(RNG_OBJS) crypto/rng/prng.o crypto/rng/ctr_prng.o
93 err = crypto/kernel/err.o
95 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
96 crypto/kernel/key.o $(rng) $(err) # $(ust)
112 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
121 crypto_testapp = crypto/test/aes_calc$(EXE) crypto/test/cipher_driver$(EXE) \
122 crypto/test/datatypes_driver$(EXE) crypto/test/kernel_driver$(EXE) \
123 crypto/test/rand_gen$(EXE) crypto/test/sha1_driver$(EXE) \
124 crypto/test/stat_driver$(EXE)
198 cp $(srcdir)/crypto/include/*.h $(DESTDIR)$(includedir)/srtp
199 if [ "$(srcdir)" != "." ]; then cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp; fi
217 $(MAKE) -C crypto clean
221 rm -rf crypto/include/config.h config.log config.cache config.status \