Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_prf.c30 gss_pseudo_random (OM_uint32 *minor_status, in gss_pseudo_random() function
75 if (mech->gss_pseudo_random != NULL) { in gss_pseudo_random()
76 status = mech->gss_pseudo_random(minor_status, in gss_pseudo_random()
H A DmglueP.h548 OM_uint32 (KRB5_CALLCONV *gss_pseudo_random)
H A Dg_initialize.c762 GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_pseudo_random); in build_dynamicMech()
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_prf.c161 major = gss_pseudo_random(&minor, context, GSS_C_PRF_KEY_PARTIAL, &in, in main()
172 major = gss_pseudo_random(&minor, context, GSS_C_PRF_KEY_FULL, &in, 44, in main()
180 major = gss_pseudo_random(&minor, context, GSS_C_PRF_KEY_FULL, &in, 0, in main()
H A Dt_gssexts.c77 major = gss_pseudo_random(&minor, initiatorContext, flags, &constant, 19, in test_prf()
89 major = gss_pseudo_random(&minor, acceptorContext, flags, &constant, 19, in test_prf()
/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/crypto/krb5/src/lib/gssapi/
H A Dlibgssapi_krb5.exports127 gss_pseudo_random
/freebsd/krb5/lib/gssapi/
H A Dversion.map58 gss_pseudo_random;
/freebsd/crypto/krb5/src/lib/
H A Dgssapi32.def125 gss_pseudo_random @93
/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/krb5/src/lib/gssapi/generic/
H A Dgssapi.hin794 gss_pseudo_random(
/freebsd/crypto/heimdal/
H A DNEWS211 * Add gss_pseudo_random() for mechglue and krb5.
/freebsd/crypto/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c2851 ret = gss_pseudo_random(minor_status, in spnego_gss_pseudo_random()