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

123

/osnet-11/usr/src/lib/libgss/
H A Dg_dsp_status.c63 gss_OID mech_type = (gss_OID) req_mech_type; local
128 mech_type = &m_oid;
132 mech = __gss_get_mechanism(mech_type);
137 if (mech_type == GSS_C_NULL_OID)
138 mech_type = &mech->mech_type;
141 status_value, status_type, mech_type,
H A Dg_process_context.c65 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_acquire_cred.c184 default_OID.length = mech->mech_type.length;
185 default_OID.elements = mech->mech_type.elements;
393 &mech->mech_type,
403 if (union_name->mech_type &&
404 g_OID_equal(union_name->mech_type,
405 &mech->mech_type))
409 &mech->mech_type, union_name,
487 malloc(mech->mech_type.length)) == NULL)
491 &mech->mech_type);
525 &mech->mech_type,
[all...]
H A Dg_dsp_name.c95 if (union_name->mech_type) {
100 union_name->mech_type,
H A Dg_imp_name.c106 union_name->mech_type = 0;
167 union_name->mech_type,
169 if (union_name->mech_type)
171 &union_name->mech_type);
265 &unionName->mech_type);
365 major = generic_gss_copy_oid(minor, &mechOid, &unionName->mech_type);
H A Dgssd_pname_to_uid.c144 if (uintName->mech_type)
146 uintName->mech_type);
496 gss_pname_to_uid(minor, name, mech_type, uidOut)
499 const gss_OID mech_type;
520 if (mech_type != NULL)
521 mech = __gss_get_mechanism(mech_type);
527 mech = __gss_get_mechanism(intName->mech_type);
534 if (intName->mech_type == NULL) {
536 mech_type, intName,
548 (void) __gss_release_internal_name(&tmpMinor, &mech->mech_type,
[all...]
H A Dg_seal.c105 mech = __gss_get_mechanism(ctx->mech_type);
186 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_sign.c96 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_unseal.c80 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_verify.c66 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_initialize.c275 malloc(mList->mech_type->length);
292 g_OID_copy(curItem, mList->mech_type);
461 *oid = aMech->mech_type;
610 aMech->mech = (*sym)(aMech->mech_type);
694 if (g_OID_equal(aMech->mech_type, oid))
708 * mechNameStr and mech_type fields are not updated during updates
864 * mechNameStr and mech_type are not modified
902 aMech->mech_type = mechOid;
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c180 mech_type, message_context, status_string)
184 gss_OID mech_type;
191 if ((mech_type != GSS_C_NULL_OID) &&
192 !g_OID_equal(gss_mech_spnego, mech_type)) {
H A DgssapiP_spnego.h78 gss_OID mech_type; member in struct:__anon1058
168 gss_OID, /* mech_type */
185 gss_OID, /* mech_type */
205 gss_OID *, /* mech_type */
220 gss_OID *, /* mech_type */
269 gss_OID, /* mech_type */
279 gss_OID, /* mech_type */
289 gss_OID, /* mech_type */
431 gss_OID *mech_type,
444 gss_OID *mech_type,
[all...]
H A Dspnego_mech.c336 mech_spnego.mech_type = GSS_C_NO_OID;
989 gss_OID mech_type,
1004 mech_type,
1022 gss_OID mech_type,
1792 gss_OID *mech_type, gss_buffer_t mechtok_out,
1821 mech_type,
1868 gss_OID *mech_type,
1881 mech_type,
1897 gss_OID *mech_type,
1935 if (mech_type !
984 glue_spnego_gss_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, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec) argument
1017 spnego_gss_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, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec) argument
1790 acc_ctx_call_acc(OM_uint32 *minor_status, spnego_gss_ctx_id_t sc, gss_cred_id_t cred, gss_buffer_t mechtok_in, gss_OID *mech_type, gss_buffer_t mechtok_out, OM_uint32 *ret_flags, OM_uint32 *time_rec, gss_cred_id_t *delegated_cred_handle, OM_uint32 *negState, send_token_flag *tokflag) argument
1861 glue_spnego_gss_accept_sec_context( OM_uint32 *minor_status, gss_ctx_id_t *context_handle, gss_cred_id_t verifier_cred_handle, gss_buffer_t input_token, 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
1890 spnego_gss_accept_sec_context( OM_uint32 *minor_status, gss_ctx_id_t *context_handle, gss_cred_id_t verifier_cred_handle, gss_buffer_t input_token, 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
2061 glue_spnego_gss_display_status( OM_uint32 *minor_status, OM_uint32 status_value, int status_type, gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
2079 spnego_gss_display_status( OM_uint32 *minor_status, OM_uint32 status_value, int status_type, gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
2484 glue_spnego_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 *opened) argument
2508 spnego_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 *opened) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c356 chan_bindings, mech_type, token)
363 gss_OID mech_type;
438 tlen = g_token_size((gss_OID) mech_type, ap_req.length);
448 g_make_token_header(mech_type, ap_req.length,
481 gss_OID mech_type,
590 mech_type = (gss_OID) gss_mech_krb5;
593 if (generic_gss_copy_oid(minor_status, mech_type, &ctx->mech_used)
609 mech_type, &token))) {
665 *actual_mech_type = mech_type;
711 gss_OID mech_type,
476 kg_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
707 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...]
H A Dinq_context.c87 acceptor_name, lifetime_rec, mech_type, ret_flags,
94 gss_OID *mech_type;
171 if (mech_type)
172 *mech_type = (gss_OID) ctx->mech_used;
H A Daccept_sec_context.c323 input_token, input_chan_bindings, src_name, mech_type,
331 gss_OID *mech_type;
348 if (mech_type)
349 *mech_type = GSS_C_NULL_OID;
391 if (mech_type)
392 *mech_type = ctx->mech_used;
420 input_chan_bindings, src_name, mech_type,
429 gss_OID *mech_type;
502 if (mech_type)
503 *mech_type
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c216 !g_OID_equal(oid, &dummy_mechanism.mech_type)) {
297 context_handle, target_name, mech_type,
305 gss_OID mech_type;
423 input_chan_bindings, src_name, mech_type,
432 gss_OID *mech_type;
455 if (mech_type)
456 *mech_type = GSS_C_NULL_OID;
488 if (mech_type)
489 *mech_type = (gss_OID)gss_mech_dummy;
764 mech_type, message_contex
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlottable.c90 tp[i].mech_type =
91 pslot->sl_mechs_threshold[i].mech_type;
152 pslot->sl_mechs_threshold[i].mech_type =
153 fl.fl_list.fl_threshold[i].mech_type;
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c87 gss_OID mech_type; /* GSS mechanism */ member in struct:_rpc_gss_data
114 gss_OID mech_type; local
129 if (!__rpc_gss_mech_to_oid(mech, &mech_type)) {
180 ap->mech_type = mech_type;
187 &mech_type, &ret_flags, &time_rec)) {
220 if ((s = __rpc_gss_oid_to_mech(mech_type)) != NULL)
288 ap->mech_type,
437 if ((mech = __rpc_gss_oid_to_mech(ap->mech_type)) == NULL)
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h209 extern CK_RV pkcs11_mech2keytype(CK_MECHANISM_TYPE mech_type,
211 extern CK_RV pkcs11_mech2keygen(CK_MECHANISM_TYPE mech_type,
H A Dmechkeygen.c34 pkcs11_mech2keygen(CK_MECHANISM_TYPE mech_type, CK_MECHANISM_TYPE *gen_mech) argument
36 switch (mech_type) {
H A Dmechkeytype.c36 pkcs11_mech2keytype(CK_MECHANISM_TYPE mech_type, CK_KEY_TYPE *ktype) argument
41 switch (mech_type) {
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c609 gss_OID mech_oid, mech_type; local
667 &mech_type,
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c50 CK_MECHANISM_TYPE mech_type; /* mech used for wrap/unwrap */ member in struct:_wrap_info
1046 (wrap_info[i]).mech_type, src_slotnum,
1053 (wrap_info[i]).mech_type, dst_slotnum,
1102 if ((special_wrap_info[i]).mech_type
1111 (special_wrap_info[i]).mech_type, src_slotnum,
1118 (special_wrap_info[i]).mech_type, dst_slotnum,
1338 wrappingMech.mechanism = wrap_info.mech_type;

Completed in 241 milliseconds

123