Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dspnegoparse.h156 int IsValidNegResult( SPNEGO_NEGRESULT negResult );
H A Dspnegoparse.c1673 int IsValidNegResult( SPNEGO_NEGRESULT negResult ) in IsValidNegResult() argument
1675 return ( negResult >= spnego_negresult_success && in IsValidNegResult()
1676 negResult <= spnego_negresult_request_mic ); in IsValidNegResult()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3251 put_negResult(unsigned char **buf_out, OM_uint32 negResult, in put_negResult() argument
3258 *(*buf_out)++ = (unsigned char) negResult; in put_negResult()
3278 OM_uint32 *negResult) in negotiate_mech_type() argument
3306 *negResult = ACCEPT_INCOMPLETE; in negotiate_mech_type()
3308 *negResult = REQUEST_MIC; in negotiate_mech_type()
3314 *negResult = REJECT; in negotiate_mech_type()
3323 *negResult = REJECT; in negotiate_mech_type()