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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1383 mechoidset2str(gss_OID_set mechset) argument
1389 if (!mechset)
1392 for (i = 0; i < mechset->count; i++) {
1396 gss_OID mech_oid = &mechset->elements[i];
1429 if (mechset->count) {
1715 "SPNEGO failed to negotiate a mechanism: negotiated mech OID '%s' (%s) not found in mechset ('%s') of token mech"),
2965 * a sequence of encoding, decode the mechset into a gss_OID_set and
3272 * This routine compares the recieved mechset to the mechset that
3273 * this server can support. It looks sequentially through the mechset
3284 negotiate_mech_type(OM_uint32 *minor_status, gss_OID_set supported_mechSet, gss_OID_set mechset, OM_uint32 *negResult) argument
[all...]

Completed in 69 milliseconds