Searched defs:mech_rec (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
| H A D | context_establish.c | 899 gss_OID *mech_rec, /* Optional mech to return */ 918 if (mech_rec) 919 *mech_rec = cntx->mech; /* Note this should not be duped. */ 889 __dh_gss_init_sec_context(void *ctx, OM_uint32 *minor, gss_cred_id_t cred, gss_ctx_id_t *context, gss_name_t target, gss_OID mech, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t channel, gss_buffer_t input_token, gss_OID *mech_rec, gss_buffer_t output_token, OM_uint32 *flags_rec, OM_uint32 *time_rec ) argument
|
Completed in 57 milliseconds