Searched refs:negResult (Results 1 – 3 of 3) sorted by relevance
156 int IsValidNegResult( SPNEGO_NEGRESULT negResult );
1672 int IsValidNegResult( SPNEGO_NEGRESULT negResult ) in IsValidNegResult() argument1674 return ( negResult >= spnego_negresult_success && in IsValidNegResult()1675 negResult <= spnego_negresult_rejected ); in IsValidNegResult()
3260 put_negResult(unsigned char **buf_out, OM_uint32 negResult, in put_negResult() argument3267 *(*buf_out)++ = (unsigned char) negResult; in put_negResult()3287 OM_uint32 *negResult) in negotiate_mech_type() argument3315 *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()