HomeSort by relevance Sort by last modified time
    Searched refs:__gss_get_mechanism (Results 1 - 25 of 29) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libgss/
g_context_time.c 64 mech = __gss_get_mechanism(ctx->mech_type);
g_process_context.c 65 mech = __gss_get_mechanism(ctx->mech_type);
g_inq_context_oid.c 35 #define gssint_get_mechanism __gss_get_mechanism /* SUNW17PACresync */
g_seal.c 104 mech = __gss_get_mechanism(ctx->mech_type);
183 mech = __gss_get_mechanism(ctx->mech_type);
g_store_cred.c 99 mech = __gss_get_mechanism(desired_mech);
128 mech = __gss_get_mechanism(dmech);
mapfile-vers 123 __gss_get_mechanism;
g_rel_cred.c 76 mech = __gss_get_mechanism(&union_cred->mechs_array[j]);
g_delete_sec_context.c 90 mech = __gss_get_mechanism(ctx->mech_type);
g_sign.c 96 mech = __gss_get_mechanism(ctx->mech_type);
g_unseal.c 80 mech = __gss_get_mechanism(ctx->mech_type);
g_verify.c 66 mech = __gss_get_mechanism(ctx->mech_type);
g_inquire_cred.c 82 if ((mech = __gss_get_mechanism(GSS_C_NULL_OID)) == NULL)
235 mech = __gss_get_mechanism(mech_type);
g_userok.c 115 mech = __gss_get_mechanism(intName->mech_type);
g_inquire_context.c 110 mech = __gss_get_mechanism(ctx->mech_type);
g_compare_name.c 99 mech = __gss_get_mechanism(union_name1->mech_type);
g_exp_sec_context.c 96 mech = __gss_get_mechanism(ctx->mech_type);
g_imp_sec_context.c 132 mech = __gss_get_mechanism(ctx->mech_type);
g_inquire_names.c 67 mech = __gss_get_mechanism(mechanism);
g_dsp_status.c 89 mech = __gss_get_mechanism(mech_type);
g_init_sec_context.c 130 mech = __gss_get_mechanism(mech_type);
g_acquire_cred_with_pw.c 140 mech = __gss_get_mechanism(GSS_C_NULL_OID);
280 if ((mech = __gss_get_mechanism(desired_mech)) == NULL)
gssd_pname_to_uid.c 521 mech = __gss_get_mechanism(mech_type);
527 mech = __gss_get_mechanism(intName->mech_type);
g_acquire_cred.c 156 mech = __gss_get_mechanism(NULL);
315 mech = __gss_get_mechanism(desired_mech);
g_imp_name.c 240 if ((mech = __gss_get_mechanism(&mechOid)) == NULL)
g_accept_sec_context.c 188 mech = __gss_get_mechanism(token_mech_type);

Completed in 660 milliseconds

1 2