Searched refs:mechs_array (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libgss/ |
H A D | g_rel_cred.c | 76 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 D | g_acquire_cred_with_pw.c | 46 create_actual_mechs(mechs_array, count) in create_actual_mechs() argument 47 const gss_OID mechs_array; in create_actual_mechs() 69 malloc(mechs_array[i].length); 74 g_OID_copy(&actual_mechs->elements[i], &mechs_array[i]); 206 if ((*actual_mechs = create_actual_mechs(creds->mechs_array, 366 (void) memcpy(new_mechs_array, union_cred->mechs_array, 389 free(union_cred->mechs_array); 402 new_union_cred->mechs_array = new_mechs_array;
|
H A D | g_acquire_cred.c | 42 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 D | g_inquire_cred.c | 157 &union_cred->mechs_array[0], 187 malloc(union_cred->mechs_array[i].length); 191 &union_cred->mechs_array[i]);
|
H A D | g_store_cred.c | 156 dmech = &union_cred->mechs_array[i];
|
H A D | g_glue.c | 651 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 D | g_accept_sec_context.c | 279 &d_u_cred->mechs_array);
|
/titanic_50/usr/src/uts/common/gssapi/include/ |
H A D | mechglueP.h | 111 gss_OID mechs_array; member
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | krb5_gss_glue.c | 1263 if (g_OID_equal(mech_type, &union_cred->mechs_array[i]))
|