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

12

/freebsd-11.0-release/lib/libgssapi/
H A Dcontext.h30 struct _gss_mech_switch *gc_mech; member in struct:_gss_context
H A Dgss_context_time.c40 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_process_context_token.c40 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_delete_sec_context.c55 major_status = ctx->gc_mech->gm_delete_sec_context(
H A Dgss_get_mic.c50 m = ctx->gc_mech;
H A Dgss_unwrap.c43 struct _gss_mech_switch *m = ctx->gc_mech;
H A Dgss_verify_mic.c50 m = ctx->gc_mech;
H A Dgss_wrap_size_limit.c50 m = ctx->gc_mech;
H A Dgss_inquire_sec_context_by_oid.c49 m = ctx->gc_mech;
H A Dgss_pseudo_random.c61 m = ctx->gc_mech;
H A Dgss_wrap.c54 m = ctx->gc_mech;
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dcontext.h33 gssapi_mech_interface gc_mech; member in struct:_gss_context
H A Dgss_context_time.c37 gssapi_mech_interface m = ctx->gc_mech;
H A Dgss_process_context_token.c37 gssapi_mech_interface m = ctx->gc_mech;
H A Dgss_unwrap.c40 gssapi_mech_interface m = ctx->gc_mech;
H A Dgss_delete_sec_context.c49 major_status = ctx->gc_mech->gm_delete_sec_context(
H A Dgss_get_mic.c47 m = ctx->gc_mech;
H A Dgss_verify_mic.c48 m = ctx->gc_mech;
H A Dgss_wrap_size_limit.c48 m = ctx->gc_mech;
H A Dgss_inquire_sec_context_by_oid.c55 m = ctx->gc_mech;
H A Dgss_pseudo_random.c58 m = ctx->gc_mech;
H A Dgss_set_sec_context_option.c55 m = ctx->gc_mech;
H A Dgss_wrap.c66 m = ctx->gc_mech;
H A Dgss_aeap.c67 m = ctx->gc_mech;
106 m = ctx->gc_mech;
148 m = ctx->gc_mech;
H A Dgss_init_sec_context.c157 m = ctx->gc_mech = __gss_get_mechanism(mech_type);
164 m = ctx->gc_mech;
165 mech_type = &ctx->gc_mech->gm_mech_oid;

Completed in 66 milliseconds

12