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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3260 put_negResult(unsigned char **buf_out, OM_uint32 negResult, argument
3267 *(*buf_out)++ = (unsigned char) negResult;
3275 * chosen as the negotiated mechanism. If one is found, negResult
3277 * it's not the first mech, otherwise we return NULL and negResult
3287 OM_uint32 *negResult)
3315 *negResult = ACCEPT_INCOMPLETE;
3317 *negResult = REQUEST_MIC;
3323 *negResult = REJECT;
3332 *negResult = REJECT;
3560 * ASN.1 encoding of the negResult
3284 negotiate_mech_type(OM_uint32 *minor_status, gss_OID_set supported_mechSet, gss_OID_set mechset, OM_uint32 *negResult) argument
[all...]

Completed in 68 milliseconds