Home
last modified time | relevance | path

Searched refs:test_crypto (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/tests/
HDMakefile.in140 am_test_crypto_OBJECTS = test_crypto-crypto.$(OBJEXT) \
141 test_crypto-run-crypto.$(OBJEXT) test_crypto-version.$(OBJEXT) \
978 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-crypto.Po@am__quote@
979 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-run-crypto.Po@am__quote@
980 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-version.Po@am__quote@
1005 test_crypto-crypto.o: crypto.c
1006 …(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-crypto.o -MD -MP -MF $(DEPDIR)/test_crypto-crypto.T…
1007 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-crypto.Tpo $(DEPDIR)/test_crypto-cry…
1010 …UDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-crypto.o `test …
1012 test_crypto-crypto.obj: crypto.c
[all …]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
HDMakefile.am218 test_crypto \
253 test_crypto: test_crypto.in Makefile target
254 $(do_subst) < $(srcdir)/test_crypto.in > test_crypto.tmp
255 chmod +x test_crypto.tmp
256 mv test_crypto.tmp test_crypto
320 test_crypto.in \
HDMakefile.in619 test_crypto \
651 test_crypto.in \
1975 test_crypto: test_crypto.in Makefile
1976 $(do_subst) < $(srcdir)/test_crypto.in > test_crypto.tmp
1977 chmod +x test_crypto.tmp
1978 mv test_crypto.tmp test_crypto
HDChangeLog556 * test_crypto.in: Print certificate with utf8.
698 * test_crypto.in: Resurect killed e.
700 * test_crypto.in: check for aes256-cbc
1368 * test_crypto.in: Read 50 kilobyte random data
1403 * test_crypto.in: Test random-data.
1441 * test_crypto.in: Put all test stuck at 2006-09-25 since all their
1487 * test_crypto.in: Bleichenbacher bad cert from Ralf-Philipp
1495 * test_crypto.in: Add test for yutaka certs.
1506 * test_crypto.in,Makefile.am,data/bleichenbacher-{bad,good}.pem:
HDhxtool.c2056 test_crypto(struct test_crypto_options *opt, int argc, char ** argv) in test_crypto() function
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDMakefile.am13 test_crypto \
HDMakefile.in51 test_alname$(EXEEXT) test_crypto$(EXEEXT) \
322 test_crypto_SOURCES = test_crypto.c
323 test_crypto_OBJECTS = test_crypto.$(OBJEXT)
470 test_ap-req.c test_cc.c test_config.c test_crypto.c \
481 test_config.c test_crypto.c test_crypto_wrapping.c \
1220 test_crypto$(EXEEXT): $(test_crypto_OBJECTS) $(test_crypto_DEPENDENCIES)
1221 @rm -f test_crypto$(EXEEXT)
1450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto.Po@am__quote@
/freebsd-11-stable/crypto/heimdal/
HDChangeLog.2005179 * lib/krb5/test_crypto.c: Split encryption and s2k iterations to
182 * lib/krb5/test_crypto.c: Add timing code for s2k function.
712 * lib/krb5/test_crypto.c (time_encryption): free cleartext buffer
854 * lib/krb5/test_crypto.c: rename optind to optidx
1630 * lib/krb5/test_crypto.c: print size_t by casting to unsigned long
HDChangeLog.200370 * lib/krb5/Makefile.am: move test_crypto to noinst_PROGRAMS
72 * lib/krb5/test_crypto.c: add --version,--help
149 * lib/krb5/Makefile.am (TESTS): add test_crypto
151 * lib/krb5/test_crypto.c: time crypto operations