Searched refs:mech_type (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/sys/kgssapi/
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.c160 kgss_install_mech(gss_OID mech_type, const char *name, struct kobj_class *cls) argument
165 km->km_mech_type = mech_type;
172 kgss_uninstall_mech(gss_OID mech_type) argument
177 if (kgss_oid_equal(km->km_mech_type, mech_type)) {
212 kgss_create_context(gss_OID mech_type) argument
218 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...]
H A Dgss_init_sec_context.c83 args.mech_type = input_mech_type;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_accept_sec_context.c151 gss_OID *mech_type,
169 if (mech_type)
170 *mech_type = GSS_C_NO_OID;
245 if (mech_type)
246 *mech_type = mech_ret_type;
271 * If the returned mech_type is not the same
145 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 Dgss_mo.c336 * @param mech_type
344 gss_OID *mech_type)
353 *mech_type = NULL;
364 *mech_type = &m->gm_mech_oid;
375 mech_type);
386 *mech_type = &m->gm_mech_oid;
342 gss_inquire_mech_for_saslname(OM_uint32 *minor_status, const gss_buffer_t sasl_mech_name, gss_OID *mech_type) argument
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c75 gss_OID * mech_type,
100 if (mech_type)
101 *mech_type = GSS_C_NO_OID;
255 if (mech_type)
256 *mech_type = GSS_NTLM_MECHANISM;
68 _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
H A Dinit_sec_context.c222 const gss_OID mech_type,
217 _gss_ntlm_init_sec_context(OM_uint32 * minor_status, const gss_cred_id_t initiator_cred_handle, gss_ctx_id_t * context_handle, const gss_name_t target_name, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
/freebsd-11-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dcompat.c200 add_mech_type(gss_OID mech_type, argument
207 if (gss_oid_equal(mech_type, GSS_SPNEGO_MECHANISM))
211 gss_oid_equal(mech_type, &_gss_spnego_krb5_mechanism_oid_desc)) {
223 ret = der_get_oid(mech_type->elements, mech_type->length, &mech, NULL);
H A Daccept_sec_context.c477 gss_OID * mech_type,
667 if (mech_type != NULL)
668 *mech_type = ctx->negotiated_mech_type;
694 gss_OID * mech_type,
855 if (mech_type != NULL)
856 *mech_type = ctx->negotiated_mech_type;
881 gss_OID * mech_type,
897 if (mech_type != NULL)
898 *mech_type = GSS_C_NO_OID;
915 src_name, mech_type, output_toke
470 acceptor_start(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
687 acceptor_continue(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
874 _gss_spnego_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
[all...]
H A Dcred_stubs.c175 const gss_OID mech_type,
200 mech_type,
172 _gss_spnego_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 Dinit_sec_context.c183 const gss_OID mech_type,
380 const gss_OID mech_type,
620 const gss_OID mech_type,
636 mech_type,
650 mech_type,
178 spnego_initial(OM_uint32 * minor_status, gss_cred_id_t cred, gss_ctx_id_t * context_handle, const gss_name_t target_name, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
375 spnego_reply(OM_uint32 * minor_status, const gss_cred_id_t cred, gss_ctx_id_t * context_handle, const gss_name_t target_name, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
615 _gss_spnego_init_sec_context(OM_uint32 * minor_status, const gss_cred_id_t initiator_cred_handle, gss_ctx_id_t * context_handle, const gss_name_t target_name, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
H A Dcontext_stubs.c389 gss_OID * mech_type,
414 mech_type,
627 const gss_OID mech_type,
383 _gss_spnego_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
624 _gss_spnego_canonicalize_name( OM_uint32 * minor_status, const gss_name_t input_name, const gss_OID mech_type, gss_name_t * output_name ) argument
/freebsd-11-stable/lib/libgssapi/
H A Dgss_accept_sec_context.c155 gss_OID *mech_type,
172 if (mech_type)
173 *mech_type = GSS_C_NO_OID;
230 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
H A Dgss_display_status.c272 const gss_OID mech_type,
281 major_status = _gss_mg_get_error(mech_type, status_type,
316 maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
269 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
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c354 gss_OID * mech_type,
636 if (mech_type)
637 *mech_type = GSS_KRB5_MECHANISM;
682 gss_OID * mech_type,
845 gss_OID * mech_type,
862 if (mech_type)
863 *mech_type = GSS_KRB5_MECHANISM;
894 mech_type,
908 mech_type,
347 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
675 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
839 _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
H A Dinit_sec_context.c382 const gss_OID mech_type,
745 const gss_OID mech_type,
871 const gss_OID mech_type,
909 if (mech_type != GSS_C_NO_OID &&
910 !gss_oid_equal(mech_type, GSS_KRB5_MECHANISM))
947 mech_type,
975 mech_type,
376 init_auth(OM_uint32 * minor_status, gsskrb5_cred cred, gsskrb5_ctx ctx, krb5_context context, gss_name_t name, const gss_OID mech_type, OM_uint32 req_flags, OM_uint32 time_req, const gss_buffer_t input_token, gss_OID * actual_mech_type, gss_buffer_t output_token, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
741 repl_mutual(OM_uint32 * minor_status, gsskrb5_ctx ctx, krb5_context context, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
866 _gsskrb5_init_sec_context(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_ctx_id_t * context_handle, const gss_name_t target_name, const gss_OID mech_type, OM_uint32 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, OM_uint32 * ret_flags, OM_uint32 * time_rec ) argument
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c425 gss_OID mech_type; local
436 &mech_type,
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c525 cred, &ctx, name, argp->mech_type,
577 &src_name, &result->mech_type, &result->output_token,
670 name, argp->mech_type, &output_name);
958 argp->status_value, argp->status_type, argp->mech_type,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c432 CK_MECHANISM_TYPE mech_type; local
528 mech_type = CKM_RSA_X_509;
529 add_object_attribute(o, 0, CKA_KEY_GEN_MECHANISM, &mech_type, sizeof(mech_type));
565 mech_type = CKM_RSA_X_509;
566 add_object_attribute(o, 0, CKA_KEY_GEN_MECHANISM, &mech_type, sizeof(mech_type));
/freebsd-11-stable/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h492 const gss_OID /*mech_type*/,
510 gss_OID * /*mech_type*/,
574 const gss_OID /*mech_type*/,
641 gss_OID * /*mech_type*/,
673 const gss_OID /*mech_type*/,
725 const gss_OID /*mech_type*/,
979 gss_OID *mech_type);
1036 const gss_OID mech_type,

Completed in 392 milliseconds

12