C
static WORD HSGetArray( TCP_SOCKET skt, BYTE * data, WORD len );
Description
- Function: static WORD HSGetArray(TCP_SOCKET skt, BYTE *data, WORD len)
*
- PreCondition: None
*
- Input: skt - socket to read data from
- data - array to read into, or NULL
- len - number of bytes to read
*
- Output: Number of bytes read
*
- Side Effects: None
*
- Overview: Reads data from socket, transparently hashing it
- into the handshake hashes.
*
- Note: None