Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcontext_internal_test.c52 static int test_context(OSSL_LIB_CTX *ctx) in test_context() function
66 && test_context(ctx); in test_app_context()
74 return test_context(NULL); in test_def_context()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in128 ${test_context} --mech-type=ntlm \
133 ${test_context} --mech-type=ntlm \
138 ${test_context} --mech-type=ntlm \
154 ${test_context} --mech-type=ntlm ${type} \
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dsetup-env.in44 test_context="${TESTS_ENVIRONMENT} ${top_builddir}/lib/gssapi/test_context"
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A DChangeLog63 * test_context.c: Add test for gsskrb5_register_acceptor_identity.
460 * test_context.c: Checks for gss_pseudo_random.
476 * test_context.c: Don't assume bufer from gss_display_status is
630 * test_context.c: request INT and CONF from the gss layer, test
661 * test_context.c: add --wrapunwrap flag
680 * test_context.c: allow asserting return mech
720 * test_context.c: allow testing of ntlm.
766 * test_context.c: Test that token keys are the same, return
784 * test_context.c: Add delegate flag and check that the delegated
808 * test_context.c: Create our own krb5_context.
[all …]
H A DMakefile.am307 noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm test_add_store_cred program
309 test_context_SOURCES = test_context.c test_common.c test_common.h
H A DNTMakefile588 $(OBJ)\test_context.exe \
617 $(OBJ)\test_context.exe: $(OBJ)\test_context.obj $(OBJ)\test_common.obj \
H A DMakefile.in104 test_context$(EXEEXT) test_ntlm$(EXEEXT) \
314 am_test_context_OBJECTS = test_context.$(OBJEXT) test_common.$(OBJEXT)
372 ./$(DEPDIR)/test_context.Po ./$(DEPDIR)/test_cred.Po \
1260 test_context_SOURCES = test_context.c test_common.c test_common.h
1770 test_context$(EXEEXT): $(test_context_OBJECTS) $(test_context_DEPENDENCIES) $(EXTRA_test_context_DE…
1771 @rm -f test_context$(EXEEXT)
1824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_context.Po@am__quote@ # am--include-marker
2530 -rm -f ./$(DEPDIR)/test_context.Po
2760 -rm -f ./$(DEPDIR)/test_context.Po
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-context.in153 ${context} --mech-type=krb5 host@lucid.test.h5l.se > test_context.log 2>&1 && \
156 ${context} --mech-type=spnego host@lucid.test.h5l.se > test_context.log 2>&1 && \
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/
H A DChangeLog614 * gss/Makefile.am: Check if the gss context tester test_context
618 test_context works ok.