typedef union { struct { HASH_SUM hash; BYTE md5_hash[16]; BYTE sha_hash[20]; BYTE temp[256-sizeof(HASH_SUM)-16-20]; } hashRounds; BYTE full[256]; } SSL_BUFFER;
Generic buffer space for SSL. The hashRounds element is used when this buffer is needed for handshake hash calculations, and the full element is used as the Sbox for ARCFOUR calculations.
Submit feedback about this site to: