Searched refs:__gss_get_mechanism (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libgss/
H A Dg_context_time.c61 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_inq_context_oid.c36 #define gssint_get_mechanism __gss_get_mechanism /* SUNW17PACresync */
H A Dg_process_context.c65 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_seal.c105 mech = __gss_get_mechanism(ctx->mech_type);
186 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_store_cred.c125 mech = __gss_get_mechanism(desired_mech);
156 mech = __gss_get_mechanism(dmech);
H A Dg_rel_cred.c76 mech = __gss_get_mechanism(&union_cred->mechs_array[j]);
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_inquire_cred.c82 if ((mech = __gss_get_mechanism(GSS_C_NULL_OID)) == NULL)
240 mech = __gss_get_mechanism(mech_type);
H A Dg_inquire_context.c99 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_userok.c112 mech = __gss_get_mechanism(intName->mech_type);
H A Dg_compare_name.c99 mech = __gss_get_mechanism(union_name1->mech_type);
H A Dg_exp_sec_context.c97 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_imp_sec_context.c134 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_inquire_names.c67 mech = __gss_get_mechanism(mechanism);
H A Dg_init_sec_context.c130 mech = __gss_get_mechanism(mech_type);
H A Dg_acquire_cred_with_pw.c137 mech = __gss_get_mechanism(GSS_C_NULL_OID);
278 if ((mech = __gss_get_mechanism(desired_mech)) == NULL)
H A Dg_acquire_cred.c177 mech = __gss_get_mechanism(NULL);
360 mech = __gss_get_mechanism(desired_mech);
H A Dgssd_pname_to_uid.c521 mech = __gss_get_mechanism(mech_type);
527 mech = __gss_get_mechanism(intName->mech_type);
H A Dg_accept_sec_context.c191 mech = __gss_get_mechanism(token_mech_type);
H A Dg_dsp_status.c132 mech = __gss_get_mechanism(mech_type);
H A Dg_imp_name.c244 if ((mech = __gss_get_mechanism(&mechOid)) == NULL)
H A Dg_initialize.c224 * __gss_get_mechanism)
559 __gss_get_mechanism(oid) function
624 } /* __gss_get_mechanism */
637 if (__gss_get_mechanism(oid) == NULL)
H A Dg_glue.c24 #define gssint_get_mechanism __gss_get_mechanism

Completed in 65 milliseconds

12