Home
last modified time | relevance | path

Searched refs:__gss_get_mechanism (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libgss/
H A Dg_seal.c103 mech = __gss_get_mechanism(ctx->mech_type);
184 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_store_cred.c125 mech = __gss_get_mechanism(desired_mech);
157 mech = __gss_get_mechanism(dmech);
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_inq_context_oid.c36 #define gssint_get_mechanism __gss_get_mechanism /* SUNW17PACresync */
H A Dg_context_time.c61 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_process_context.c65 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_verify.c66 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_rel_cred.c76 mech = __gss_get_mechanism(&union_cred->mechs_array[j]);
H A Dg_unseal.c79 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_sign.c96 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_userok.c113 mech = __gss_get_mechanism(intName->mech_type); in __gss_userok()
H A Dg_inquire_context.c99 mech = __gss_get_mechanism(ctx->mech_type); in gss_inquire_context()
H A Dg_exp_sec_context.c97 mech = __gss_get_mechanism(ctx->mech_type);
H A Dg_acquire_cred_with_pw.c138 mech = __gss_get_mechanism(GSS_C_NULL_OID);
278 if ((mech = __gss_get_mechanism(desired_mech)) == NULL)
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_compare_name.c99 mech = __gss_get_mechanism(union_name1->mech_type);
H A Dgssd_pname_to_uid.c521 mech = __gss_get_mechanism(mech_type);
527 mech = __gss_get_mechanism(intName->mech_type);
H A Dg_init_sec_context.c130 mech = __gss_get_mechanism(mech_type);
H A Dg_acquire_cred.c177 mech = __gss_get_mechanism(NULL);
358 mech = __gss_get_mechanism(desired_mech);
H A Dg_initialize.c560 __gss_get_mechanism(oid) in __gss_get_mechanism() function
638 if (__gss_get_mechanism(oid) == NULL)
H A Dg_imp_name.c242 if ((mech = __gss_get_mechanism(&mechOid)) == NULL)
H A Dg_dsp_status.c130 mech = __gss_get_mechanism(mech_type);
H A Dmapfile-vers161 __gss_get_mechanism;
H A Dg_accept_sec_context.c189 mech = __gss_get_mechanism(token_mech_type);

12