C
static WORD HSGetWord( TCP_SOCKET skt, WORD * w );
Description
Reads data from socket, transparently hashing it into the handshake hashes.
Preconditions
None
Parameters
Parameters |
Description |
skt |
socket to read data from |
w |
word to read into |
Returns
Number of bytes read
Side Effects
None
Remarks
None