Searched defs:actual_mech_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_init_sec_context.c39 gss_OID *actual_mech_type,
48 if (actual_mech_type != NULL)
49 *actual_mech_type = GSS_C_NO_OID;
83 actual_mech_type,
97 gss_OID * actual_mech_type;
115 actual_mech_type,
202 actual_mech_type,
35 val_init_sec_ctx_args( OM_uint32 *minor_status, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID *actual_mech_type, gss_buffer_t output_token) argument
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c621 gss_OID *actual_mech_type,
741 if (actual_mech_type != NULL)
742 *actual_mech_type = NULL;
785 if (actual_mech_type != NULL) {
786 *actual_mech_type =
788 (*actual_mech_type)->length =
789 (OM_UINT32)res.actual_mech_type.GSS_OID_len;
790 (*actual_mech_type)->elements =
791 (void *)MALLOC((*actual_mech_type)->length);
792 (void) memcpy((*actual_mech_type)
609 kgss_init_sec_context_wrapped( OM_uint32 *minor_status, const gssd_cred_id_t claimant_cred_handle, OM_uint32 gssd_cred_verifier, gssd_ctx_id_t *context_handle, OM_uint32 *gssd_context_verifier, const gss_name_t target_name, const gss_OID mech_type, int req_flags, OM_uint32 time_req, const gss_channel_bindings_t input_chan_bindings, const gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, int *ret_flags, OM_uint32 *time_rec, uid_t uid) argument
838 kgss_init_sec_context( OM_uint32 *minor_status, const gss_cred_id_t claimant_cred_handle, gss_ctx_id_t *context_handle, const gss_name_t target_name, const gss_OID mech_type, int req_flags, OM_uint32 time_req, const gss_channel_bindings_t input_chan_bindings, const gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, int *ret_flags, OM_uint32 *time_rec, uid_t uid) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c474 gss_OID *actual_mech_type,
629 if (actual_mech_type)
630 *actual_mech_type = mech_type;
681 gss_OID *actual_mech_type,
843 if (actual_mech_type)
844 *actual_mech_type = mech_type;
862 input_token, actual_mech_type, output_token,
873 gss_OID *actual_mech_type;
906 if (actual_mech_type)
907 *actual_mech_type
464 new_connection( OM_uint32 *minor_status, krb5_gss_cred_id_t cred, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec, krb5_context context, int default_mech) argument
672 mutual_auth( OM_uint32 *minor_status, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec, krb5_context context) argument
[all...]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c566 actual_mech_type,
582 gss_OID *actual_mech_type;
686 if (actual_mech_type != NULL)
687 *actual_mech_type = NULL;
739 if (actual_mech_type != NULL) {
740 *actual_mech_type = (gss_OID)
742 (*actual_mech_type)->length = (OM_UINT32)
743 res.actual_mech_type.GSS_OID_len;
744 (*actual_mech_type)->elements = (void *)
745 MALLOC((*actual_mech_type)
770 kgss_init_sec_context( OM_uint32 *minor_status, gss_cred_id_t claimant_cred_handle, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, int req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, int *ret_flags, OM_uint32 *time_rec, uid_t uid) argument
[all...]
H A Dgssd_proc.c841 gss_OID actual_mech_type; local
859 res->actual_mech_type.GSS_OID_val = NULL;
889 res->actual_mech_type.GSS_OID_val = NULL;
892 res->actual_mech_type.GSS_OID_len = 0;
905 res->actual_mech_type.GSS_OID_val = NULL;
908 res->actual_mech_type.GSS_OID_len = 0;
1011 &actual_mech_type,
1055 res->actual_mech_type.GSS_OID_len =
1056 (uint_t)actual_mech_type->length;
1057 res->actual_mech_type
[all...]
H A Dgssdtest.c783 gss_OID actual_mech_type; local
878 &actual_mech_type,
912 if ((string = gss_oid2str(actual_mech_type)) == 0) {
928 FREE(string, (actual_mech_type->length+1)*4+1);
972 FREE(actual_mech_type->elements, actual_mech_type->length);
973 FREE(actual_mech_type, sizeof (gss_OID_desc));

Completed in 81 milliseconds