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

/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1434 mechoidset2str(gss_OID_set mechset) argument
1440 if (!mechset)
1443 for (i = 0; i < mechset->count; i++) {
1447 gss_OID mech_oid = &mechset->elements[i];
1480 if (mechset->count) {
1766 "SPNEGO failed to negotiate a mechanism: negotiated mech OID '%s' (%s) not found in mechset ('%s') of token mech"),
3028 * a sequence of encoding, decode the mechset into a gss_OID_set and
3335 * This routine compares the recieved mechset to the mechset that
3336 * this server can support. It looks sequentially through the mechset
3347 negotiate_mech_type(OM_uint32 *minor_status, gss_OID_set supported_mechSet, gss_OID_set mechset, OM_uint32 *negResult) argument
[all...]

Completed in 30 milliseconds