Searched defs:union_name1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_compare_name.c74 gss_union_name_t union_name1, union_name2; local
83 union_name1 = (gss_union_name_t)name1;
86 * Try our hardest to make union_name1 be the mechanism-specific
90 if (union_name1->mech_type == 0) {
91 union_name1 = (gss_union_name_t)name2;
95 * If union_name1 is mechanism specific, then fetch its mechanism
98 if (union_name1->mech_type) {
99 mech = __gss_get_mechanism(union_name1->mech_type);
111 if (union_name1->mech_type && union_name2->mech_type) {
112 if (!g_OID_equal(union_name1
[all...]

Completed in 43 milliseconds