Home
last modified time | relevance | path

Searched refs:gss_pseudo_random (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_pseudo_random.c41 gss_pseudo_random(OM_uint32 *minor_status, in gss_pseudo_random() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c941 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_FULL, &in, in main()
943 gss_pseudo_random(&min_stat, cctx, GSS_C_PRF_KEY_FULL, &in, in main()
953 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_FULL, &in, in main()
967 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_PARTIAL, &in, in main()
969 gss_pseudo_random(&min_stat, cctx, GSS_C_PRF_KEY_PARTIAL, &in, in main()
H A Dversion-script.map74 gss_pseudo_random;
H A Dlibgssapi-exports.def80 gss_pseudo_random
H A DNTMakefile145 mech/gss_pseudo_random.c \
372 $(OBJ)\mech/gss_pseudo_random.obj \
H A DMakefile.am130 mech/gss_pseudo_random.c \
H A DMakefile.in244 mech/gss_pseudo_random.lo mech/gss_release_buffer.lo \
461 mech/$(DEPDIR)/gss_pseudo_random.Plo \
1126 mech/gss_pseudo_random.c \
1632 mech/gss_pseudo_random.lo: mech/$(am__dirstamp) \
1935 @AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_pseudo_random.Plo@am__quote@ # am--include-…
2641 -rm -f mech/$(DEPDIR)/gss_pseudo_random.Plo
2871 -rm -f mech/$(DEPDIR)/gss_pseudo_random.Plo
H A DChangeLog453 * mech/gss_pseudo_random.c: Catch error from underlaying mech on
458 * krb5/prf.c: gss_pseudo_random for krb5
460 * test_context.c: Checks for gss_pseudo_random.
464 * Makefile.am: Add mech/gss_pseudo_random.c
470 * mech/gss_pseudo_random.c: Add gss_pseudo_random.
/netbsd-src/crypto/external/bsd/heimdal/lib/libgssapi/
H A DMakefile144 mech/gss_pseudo_random.c \
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dcontext_stubs.c809 return gss_pseudo_random(minor_status, in _gss_spnego_pseudo_random()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/
H A Dgssapi.h809 gss_pseudo_random
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS365 - gss_pseudo_random() interop bug
626 * Add gss_pseudo_random() for mechglue and krb5.