Home
last modified time | relevance | path

Searched refs:negResult (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dspnegoparse.h157 int IsValidNegResult( SPNEGO_NEGRESULT negResult );
H A Dspnegoparse.c1660 int IsValidNegResult( SPNEGO_NEGRESULT negResult ) in IsValidNegResult() argument
1662 return ( negResult >= spnego_negresult_success && in IsValidNegResult()
1663 negResult <= spnego_negresult_rejected ); in IsValidNegResult()
/titanic_41/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3260 put_negResult(unsigned char **buf_out, OM_uint32 negResult, in put_negResult() argument
3267 *(*buf_out)++ = (unsigned char) negResult; in put_negResult()
3287 OM_uint32 *negResult) in negotiate_mech_type() argument
3315 *negResult = ACCEPT_INCOMPLETE; in negotiate_mech_type()
3317 *negResult = REQUEST_MIC; in negotiate_mech_type()
3323 *negResult = REJECT; in negotiate_mech_type()
3332 *negResult = REJECT; in negotiate_mech_type()