Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_chn.c1072 static int encodeSendResponse( INOUT SESSION_INFO *sessionInfoPtr, in encodeSendResponse() function
1217 return( encodeSendResponse( sessionInfoPtr, CRYPT_UNUSED, NULL ) ); in sendEnqueuedResponse()
1244 return( encodeSendResponse( sessionInfoPtr, CRYPT_UNUSED, NULL ) );
1268 status = encodeSendResponse( sessionInfoPtr, offset, &channelDataSize ); in appendChannelData()