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

12

/freebsd-9.3-release/lib/libgssapi/
H A Dgss_inquire_context.c41 gss_OID *mech_type,
63 if (mech_type)
64 *mech_type = GSS_C_NO_OID;
72 mech_type,
85 if (mech_type)
86 *mech_type = GSS_C_NO_OID;
97 if (mech_type)
98 *mech_type = GSS_C_NO_OID;
36 gss_inquire_context(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *open) argument
H A Dgss_init_sec_context.c41 _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type) argument
50 if (gss_oid_equal(mech_type, mc->gmc_mech_oid))
78 gss_OID mech_type = input_mech_type; local
96 if (mech_type == GSS_C_NO_OID) {
101 mech_type = &_gss_mech_oids->elements[0];
110 m = ctx->gc_mech = _gss_find_mech_switch(mech_type);
118 mech_type = &ctx->gc_mech->gm_mech_oid;
125 major_status = _gss_find_mn(minor_status, name, mech_type, &mn);
135 cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type);
141 mech_type,
[all...]
H A Dgss_canonicalize_name.c40 const gss_OID mech_type,
46 struct _gss_mech_switch *m = _gss_find_mech_switch(mech_type);
52 major_status = _gss_find_mn(minor_status, name, mech_type, &mn);
58 mn->gmn_name, mech_type, &new_canonical_name);
38 gss_canonicalize_name(OM_uint32 *minor_status, const gss_name_t input_name, const gss_OID mech_type, gss_name_t *output_name) argument
H A Dgss_inquire_cred_by_mech.c38 const gss_OID mech_type,
61 m = _gss_find_mech_switch(mech_type);
77 major_status = m->gm_inquire_cred_by_mech(minor_status, mc, mech_type,
36 gss_inquire_cred_by_mech(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, const gss_OID mech_type, gss_name_t *cred_name, OM_uint32 *initiator_lifetime, OM_uint32 *acceptor_lifetime, gss_cred_usage_t *cred_usage) argument
H A Dgss_display_status.c273 const gss_OID mech_type,
282 major_status = _gss_mg_get_error(mech_type, status_type,
317 maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
270 gss_display_status(OM_uint32 *minor_status, OM_uint32 status_value, int status_type, const gss_OID mech_type, OM_uint32 *message_content, gss_buffer_t status_string) argument
H A Dgss_accept_sec_context.c155 gss_OID *mech_type,
173 if (mech_type)
174 *mech_type = GSS_C_NO_OID;
234 mech_type,
149 gss_accept_sec_context(OM_uint32 *minor_status, gss_ctx_id_t *context_handle, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token, const gss_channel_bindings_t input_chan_bindings, gss_name_t *src_name, gss_OID *mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec, gss_cred_id_t *delegated_cred_handle) argument
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_context.c44 gss_OID * mech_type,
59 if (mech_type)
60 *mech_type = GSS_NTLM_MECHANISM;
38 _gss_ntlm_inquire_context( OM_uint32 * minor_status, const gss_ctx_id_t context_handle, gss_name_t * src_name, gss_name_t * targ_name, OM_uint32 * lifetime_rec, gss_OID * mech_type, OM_uint32 * ctx_flags, int * locally_initiated, int * open_context ) argument
H A Dcanonicalize_name.c41 const gss_OID mech_type,
38 _gss_ntlm_canonicalize_name( OM_uint32 * minor_status, const gss_name_t input_name, const gss_OID mech_type, gss_name_t * output_name ) argument
H A Ddisplay_status.c42 const gss_OID mech_type,
38 _gss_ntlm_display_status(OM_uint32 *minor_status, OM_uint32 status_value, int status_type, const gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
H A Dinquire_cred_by_mech.c41 const gss_OID mech_type,
38 _gss_ntlm_inquire_cred_by_mech( OM_uint32 * minor_status, const gss_cred_id_t cred_handle, const gss_OID mech_type, gss_name_t * name, OM_uint32 * initiator_lifetime, OM_uint32 * acceptor_lifetime, gss_cred_usage_t * cred_usage ) argument
H A Daccept_sec_context.c70 gss_OID * mech_type,
94 if (mech_type)
95 *mech_type = GSS_C_NO_OID;
245 if (mech_type)
246 *mech_type = GSS_NTLM_MECHANISM;
63 _gss_ntlm_accept_sec_context(OM_uint32 * minor_status, gss_ctx_id_t * context_handle, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token_buffer, const gss_channel_bindings_t input_chan_bindings, gss_name_t * src_name, gss_OID * mech_type, gss_buffer_t output_token, OM_uint32 * ret_flags, OM_uint32 * time_rec, gss_cred_id_t * delegated_cred_handle ) argument
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcanonicalize_name.c41 const gss_OID mech_type,
38 _gsskrb5_canonicalize_name( OM_uint32 * minor_status, const gss_name_t input_name, const gss_OID mech_type, gss_name_t * output_name ) argument
H A Dinquire_context.c44 gss_OID * mech_type,
87 if (mech_type)
88 *mech_type = GSS_KRB5_MECHANISM;
38 _gsskrb5_inquire_context( OM_uint32 * minor_status, const gss_ctx_id_t context_handle, gss_name_t * src_name, gss_name_t * targ_name, OM_uint32 * lifetime_rec, gss_OID * mech_type, OM_uint32 * ctx_flags, int * locally_initiated, int * open_context ) argument
H A Ddisplay_status.c147 const gss_OID mech_type,
159 if (gss_oid_equal(mech_type, GSS_C_NO_OID) == 0 &&
160 gss_oid_equal(mech_type, GSS_KRB5_MECHANISM) == 0) {
143 _gsskrb5_display_status(OM_uint32 *minor_status, OM_uint32 status_value, int status_type, const gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
H A Dinquire_cred_by_mech.c41 const gss_OID mech_type,
38 _gsskrb5_inquire_cred_by_mech( OM_uint32 * minor_status, const gss_cred_id_t cred_handle, const gss_OID mech_type, gss_name_t * name, OM_uint32 * initiator_lifetime, OM_uint32 * acceptor_lifetime, gss_cred_usage_t * cred_usage ) argument
H A Daccept_sec_context.c261 gss_OID * mech_type,
502 if (mech_type)
503 *mech_type = GSS_KRB5_MECHANISM;
548 gss_OID * mech_type,
711 gss_OID * mech_type,
728 if (mech_type)
729 *mech_type = GSS_KRB5_MECHANISM;
760 mech_type,
774 mech_type,
254 gsskrb5_acceptor_start(OM_uint32 * minor_status, gsskrb5_ctx ctx, krb5_context context, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token_buffer, const gss_channel_bindings_t input_chan_bindings, gss_name_t * src_name, gss_OID * mech_type, gss_buffer_t output_token, OM_uint32 * ret_flags, OM_uint32 * time_rec, gss_cred_id_t * delegated_cred_handle) argument
541 acceptor_wait_for_dcestyle(OM_uint32 * minor_status, gsskrb5_ctx ctx, krb5_context context, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token_buffer, const gss_channel_bindings_t input_chan_bindings, gss_name_t * src_name, gss_OID * mech_type, gss_buffer_t output_token, OM_uint32 * ret_flags, OM_uint32 * time_rec, gss_cred_id_t * delegated_cred_handle) argument
705 _gsskrb5_accept_sec_context(OM_uint32 * minor_status, gss_ctx_id_t * context_handle, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token_buffer, const gss_channel_bindings_t input_chan_bindings, gss_name_t * src_name, gss_OID * mech_type, gss_buffer_t output_token, OM_uint32 * ret_flags, OM_uint32 * time_rec, gss_cred_id_t * delegated_cred_handle) argument
/freebsd-9.3-release/sys/kgssapi/
H A Dgssapi_impl.h61 extern void kgss_install_mech(gss_OID mech_type, const char *name,
63 extern void kgss_uninstall_mech(gss_OID mech_type);
66 extern gss_ctx_id_t kgss_create_context(gss_OID mech_type);
H A Dgss_canonicalize_name.c46 const gss_OID mech_type,
61 args.mech_type = mech_type;
44 gss_canonicalize_name(OM_uint32 *minor_status, gss_name_t input_name, const gss_OID mech_type, gss_name_t *output_name) argument
H A Dgss_display_status.c47 const gss_OID mech_type,
63 args.mech_type = mech_type;
44 gss_display_status(OM_uint32 *minor_status, OM_uint32 status_value, int status_type, const gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
H A Dgss_accept_sec_context.c51 gss_OID *mech_type,
100 ctx = kgss_create_context(res.mech_type);
118 if (mech_type)
119 *mech_type = KGSS_MECH_TYPE(ctx);
45 gss_accept_sec_context(OM_uint32 *minor_status, gss_ctx_id_t *context_handle, const gss_cred_id_t acceptor_cred_handle, const gss_buffer_t input_token, const gss_channel_bindings_t input_chan_bindings, gss_name_t *src_name, gss_OID *mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec, gss_cred_id_t *delegated_cred_handle) argument
H A Dgssd.x66 gss_OID mech_type;
78 gss_OID mech_type;
137 gss_OID mech_type;
218 gss_OID mech_type;
H A Dgss_impl.c146 kgss_install_mech(gss_OID mech_type, const char *name, struct kobj_class *cls) argument
151 km->km_mech_type = mech_type;
158 kgss_uninstall_mech(gss_OID mech_type) argument
163 if (kgss_oid_equal(km->km_mech_type, mech_type)) {
198 kgss_create_context(gss_OID mech_type) argument
204 if (kgss_oid_equal(km->km_mech_type, mech_type))
H A Dgsstest.c137 gss_OID mech_type;
150 &mech_type,
156 report_error(mech_type, maj_stat, min_stat);
215 gss_OID mech, actual_mech, mech_type; local
303 report_error(mech_type, smaj_stat, smin_stat);
313 &mech_type,
320 report_error(mech_type, smaj_stat, smin_stat);
345 report_error(mech_type, maj_stat, min_stat);
352 report_error(mech_type, maj_stat, min_stat);
361 report_error(mech_type, maj_sta
423 gss_OID mech_type = GSS_C_NO_OID; local
[all...]
/freebsd-9.3-release/tools/regression/kgssapi/
H A Dgsstest.c110 gss_OID mech_type = GSS_C_NO_OID; local
139 report_error(mech_type, maj_stat, min_stat);
148 report_error(mech_type, maj_stat, min_stat);
156 report_error(mech_type, maj_stat, min_stat);
177 &mech_type,
183 report_error(mech_type, maj_stat, min_stat);
194 report_error(mech_type, res.maj_stat,
210 report_error(mech_type, maj_stat, min_stat);
219 report_error(mech_type, res.maj_stat, res.min_stat);
227 report_error(mech_type, maj_sta
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/spnego/
H A Dcompat.c205 add_mech_type(gss_OID mech_type, argument
212 if (gss_oid_equal(mech_type, GSS_SPNEGO_MECHANISM))
216 gss_oid_equal(mech_type, &_gss_spnego_krb5_mechanism_oid_desc)) {
228 ret = der_get_oid(mech_type->elements, mech_type->length, &mech, NULL);

Completed in 152 milliseconds

12