Searched refs:gss_mg_collect_error (Results 1 – 6 of 6) sorted by relevance
/freebsd/kerberos5/lib/libgssapi_spnego/ |
H A D | freebsd_compat.c | 42 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error() function
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | init_sec_context.c | 61 gss_mg_collect_error(mech, maj_stat, min_stat); in initiator_approved() 270 gss_mg_collect_error(ctx->preferred_mech_type, sub, minor); in spnego_initial() 513 gss_mg_collect_error(&mech, ret, minor); in spnego_reply()
|
H A D | accept_sec_context.c | 600 gss_mg_collect_error(preferred_mech_type, ret, *minor_status); in acceptor_start() 778 gss_mg_collect_error(ctx->negotiated_mech_type, ret, minor); in acceptor_continue()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | version-script.map | 68 gss_mg_collect_error;
|
H A D | gssapi_mech.h | 557 void gss_mg_collect_error(gss_OID, OM_uint32, OM_uint32);
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | context.c | 157 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error() function
|