Searched refs:gc_mech (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/lib/libgssapi/
H A Dgss_init_sec_context.c112 m = ctx->gc_mech = _gss_find_mech_switch(mech_type);
119 m = ctx->gc_mech;
120 mech_type = &ctx->gc_mech->gm_mech_oid;
H A Dgss_set_sec_context_option.c79 m = ctx->gc_mech;
H A Dgss_export_sec_context.c47 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_import_sec_context.c78 ctx->gc_mech = m;
H A Dgss_inquire_context.c50 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_krb5.c79 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_accept_sec_context.c205 m = ctx->gc_mech = _gss_find_mech_switch(&mech_oid);
211 m = ctx->gc_mech;
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_export_sec_context.c38 gssapi_mech_interface m = ctx->gc_mech;
H A Dgss_import_sec_context.c71 ctx->gc_mech = m;
H A Dgss_inquire_context.c44 gssapi_mech_interface m = ctx->gc_mech;
H A Dgss_accept_sec_context.c201 m = ctx->gc_mech = __gss_get_mechanism(&mech_oid);
208 m = ctx->gc_mech;

Completed in 77 milliseconds

12