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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_spnegoparse.c504 } /* IF negResult is available */
1668 * [in] negResult - NegResult value
1679 smbfs_IsValidNegResult(SPNEGO_NEGRESULT negResult) argument
1681 return (negResult >= spnego_negresult_success &&
1682 negResult <= spnego_negresult_rejected);
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3323 put_negResult(unsigned char **buf_out, OM_uint32 negResult, argument
3330 *(*buf_out)++ = (unsigned char) negResult;
3338 * chosen as the negotiated mechanism. If one is found, negResult
3340 * it's not the first mech, otherwise we return NULL and negResult
3350 OM_uint32 *negResult)
3378 *negResult = ACCEPT_INCOMPLETE;
3380 *negResult = REQUEST_MIC;
3386 *negResult = REJECT;
3395 *negResult = REJECT;
3623 * ASN.1 encoding of the negResult
3347 negotiate_mech_type(OM_uint32 *minor_status, gss_OID_set supported_mechSet, gss_OID_set mechset, OM_uint32 *negResult) argument
[all...]

Completed in 42 milliseconds