CRYPT_MD5_CTX Structure

struct CRYPT_MD5_CTX {
    int holder[110];
}CRYPT_MD5_CTX;

Members

Members Description
int holder This structure should be large enough to hold the internal representation, the size is checked during initiialization.