Lines Matching refs:crypt
134 src/misc/base64/base64_encode.o src/misc/burn_stack.o src/misc/crypt/crypt.o \
135 src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o \
136 src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_find_cipher.o \
137 src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_id.o \
138 src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash_any.o \
139 src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_oid.o \
140 src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_hash_descriptor.o \
141 src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_ltc_mp_descriptor.o \
142 src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_is_valid.o \
143 src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_hash.o \
144 src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_unregister_cipher.o \
145 src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_prng.o \
183 COMPRESSED=crypt-$(VERSION).tar.bz2 crypt-$(VERSION).zip
214 crypt: library $(CRYPTOBJECTS)
247 install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH)
278 docs: crypt.tex
279 rm -f doc/crypt.pdf $(LEFTOVERS)
280 echo "hello" > crypt.ind
281 latex crypt > /dev/null
282 latex crypt > /dev/null
283 makeindex crypt.idx > /dev/null
285 latex crypt > /dev/null
286 dvipdf crypt
287 mv -ivf crypt.pdf doc/crypt.pdf
290 docdvi: crypt.tex
291 echo hello > crypt.ind
292 latex crypt > /dev/null
293 latex crypt > /dev/null
294 makeindex crypt.idx
296 latex crypt > /dev/null
297 latex crypt > /dev/null
306 cd .. ; rm -rf crypt* libtomcrypt-$(VERSION) ; mkdir libtomcrypt-$(VERSION) ; \
309 tar -cjvf crypt-$(VERSION).tar.bz2 libtomcrypt-$(VERSION) ; \
310 zip -9r crypt-$(VERSION).zip libtomcrypt-$(VERSION) ; \
311 gpg -b -a crypt-$(VERSION).tar.bz2 ; gpg -b -a crypt-$(VERSION).zip ; \
312 mv -fv crypt* ~ ; rm -rf libtomcrypt-$(VERSION)