Home
last modified time | relevance | path

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

/freebsd/lib/libgssapi/
H A Dgss_pseudo_random.c44 gss_pseudo_random(OM_uint32 *minor_status, in gss_pseudo_random() function
H A DSymbol.map51 gss_pseudo_random;
H A DMakefile43 SRCS+= gss_pseudo_random.c
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_pseudo_random.c39 gss_pseudo_random(OM_uint32 *minor_status, in gss_pseudo_random() function
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_context.c797 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_FULL, &in, in main()
799 gss_pseudo_random(&min_stat, cctx, GSS_C_PRF_KEY_FULL, &in, in main()
809 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_FULL, &in, in main()
823 gss_pseudo_random(&min_stat, sctx, GSS_C_PRF_KEY_PARTIAL, &in, in main()
825 gss_pseudo_random(&min_stat, cctx, GSS_C_PRF_KEY_PARTIAL, &in, in main()
H A Dversion-script.map73 gss_pseudo_random;
H A DMakefile.am132 mech/gss_pseudo_random.c \
H A DMakefile.in184 mech/gss_pseudo_random.lo mech/gss_release_buffer.lo \
670 mech/gss_pseudo_random.c \
1098 mech/gss_pseudo_random.lo: mech/$(am__dirstamp) \
1518 -rm -f mech/gss_pseudo_random.$(OBJEXT)
1519 -rm -f mech/gss_pseudo_random.lo
1758 @AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_pseudo_random.Plo@am__quote@
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.
/freebsd/include/gssapi/
H A Dgssapi.h854 OM_uint32 gss_pseudo_random
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h807 gss_pseudo_random
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c809 return gss_pseudo_random(minor_status, in _gss_spnego_pseudo_random()
/freebsd/crypto/heimdal/
H A DNEWS211 * Add gss_pseudo_random() for mechglue and krb5.