Home
last modified time | relevance | path

Searched refs:mechs_array (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_rel_cred.c76 mech = __gss_get_mechanism(&union_cred->mechs_array[j]);
78 if (union_cred->mechs_array[j].elements)
79 free(union_cred->mechs_array[j].elements);
98 free(union_cred->mechs_array);
H A Dg_acquire_cred_with_pw.c44 create_actual_mechs(mechs_array, count) in create_actual_mechs() argument
45 const gss_OID mechs_array; in create_actual_mechs()
67 malloc(mechs_array[i].length);
72 g_OID_copy(&actual_mechs->elements[i], &mechs_array[i]);
204 if ((*actual_mechs = create_actual_mechs(creds->mechs_array,
364 (void) memcpy(new_mechs_array, union_cred->mechs_array,
387 free(union_cred->mechs_array);
400 new_union_cred->mechs_array = new_mechs_array;
H A Dg_acquire_cred.c42 create_actual_mechs(mechs_array, count) in create_actual_mechs() argument
43 const gss_OID mechs_array; in create_actual_mechs()
65 malloc(mechs_array[i].length);
70 g_OID_copy(&actual_mechs->elements[i], &mechs_array[i]);
241 if ((*actual_mechs = create_actual_mechs(creds->mechs_array,
478 (void) memcpy(new_mechs_array, union_cred->mechs_array,
501 free(union_cred->mechs_array);
514 new_union_cred->mechs_array = new_mechs_array;
H A Dg_inquire_cred.c157 &union_cred->mechs_array[0],
187 malloc(union_cred->mechs_array[i].length);
191 &union_cred->mechs_array[i]);
H A Dg_store_cred.c156 dmech = &union_cred->mechs_array[i];
H A Dg_glue.c651 if (g_OID_equal(mech_type, &union_cred->mechs_array[i]))
655 if (g_OID_equal(&gss_spnego_mechanism_oid_desc, &union_cred->mechs_array[i])) {
H A Dg_accept_sec_context.c279 &d_u_cred->mechs_array);
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h111 gss_OID mechs_array; member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c1263 if (g_OID_equal(mech_type, &union_cred->mechs_array[i]))