/freebsd/crypto/krb5/src/lib/gssapi/mechglue/ |
H A D | g_prf.c | 30 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 D | mglueP.h | 548 OM_uint32 (KRB5_CALLCONV *gss_pseudo_random)
|
H A D | g_initialize.c | 762 GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_pseudo_random); in build_dynamicMech()
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_prf.c | 161 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 D | t_gssexts.c | 77 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 D | gss_pseudo_random.c | 44 gss_pseudo_random(OM_uint32 *minor_status, in gss_pseudo_random() function
|
H A D | Symbol.map | 51 gss_pseudo_random;
|
H A D | Makefile | 43 SRCS+= gss_pseudo_random.c
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_pseudo_random.c | 39 gss_pseudo_random(OM_uint32 *minor_status, in gss_pseudo_random() function
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_context.c | 797 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 D | version-script.map | 73 gss_pseudo_random;
|
H A D | Makefile.am | 132 mech/gss_pseudo_random.c \
|
H A D | Makefile.in | 184 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 D | ChangeLog | 453 * 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 D | libgssapi_krb5.exports | 127 gss_pseudo_random
|
/freebsd/krb5/lib/gssapi/ |
H A D | version.map | 58 gss_pseudo_random;
|
/freebsd/crypto/krb5/src/lib/ |
H A D | gssapi32.def | 125 gss_pseudo_random @93
|
/freebsd/include/gssapi/ |
H A D | gssapi.h | 854 OM_uint32 gss_pseudo_random
|
/freebsd/crypto/heimdal/lib/gssapi/gssapi/ |
H A D | gssapi.h | 807 gss_pseudo_random
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | context_stubs.c | 809 return gss_pseudo_random(minor_status, in _gss_spnego_pseudo_random()
|
/freebsd/crypto/krb5/src/lib/gssapi/generic/ |
H A D | gssapi.hin | 794 gss_pseudo_random(
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 211 * Add gss_pseudo_random() for mechglue and krb5.
|
/freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
H A D | spnego_mech.c | 2851 ret = gss_pseudo_random(minor_status, in spnego_gss_pseudo_random()
|