Searched refs:gss_pseudo_random (Results 1 – 13 of 13) sorted by relevance
/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/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/heimdal/ |
H A D | NEWS | 211 * Add gss_pseudo_random() for mechglue and krb5.
|