Searched refs:mechset (Results 1 - 4 of 4) sorted by path

/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dhttp_client.c348 gss_OID_set mechset = GSS_C_NO_OID_SET; local
358 gss_create_empty_oid_set(&min_stat, &mechset);
359 gss_add_oid_set_member(&min_stat, cred_mech_oid, &mechset);
363 mechset, GSS_C_INITIATE,
366 gss_release_oid_set(&min_stat, &mechset);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgsstool.c458 gss_OID_set mechset = NULL; local
471 gss_create_empty_oid_set(&min_stat, &mechset);
472 gss_add_oid_set_member(&min_stat, mech, &mechset);
476 mechset, GSS_C_INITIATE,
479 gss_release_oid_set(&min_stat, &mechset);
/macosx-10.10/KerberosHelper-151/Source/
H A Dna.c2094 gss_OID_set_desc mechset; local
2098 mechset.elements = oid;
2099 mechset.count = 1;
2121 maj_stat = gss_acquire_cred(&min_stat, gname, GSS_C_INDEFINITE, oid ? &mechset : NULL, GSS_C_INITIATE, &cred, NULL, NULL);
/macosx-10.10/gssd-64/
H A Dgssd.c2160 gss_OID_set mechset = GSS_C_NULL_OID_SET; local
2166 major = gss_create_empty_oid_set(minor, &mechset);
2169 major = gss_add_oid_set_member(minor, mechtab[mech], &mechset);
2191 mechset,
2221 mechset,
2242 mechset,
2251 if (mechset != GSS_C_NULL_OID_SET)
2252 gss_release_oid_set(&mstat, &mechset);
2262 gss_OID_set mechset = GSS_C_NULL_OID_SET; local
2273 maj = gss_create_empty_oid_set(minor_stat, &mechset);
[all...]

Completed in 273 milliseconds