1.4 CRYPT_MD5_CTX Structure

C

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

Members

MembersDescription
int holderThis structure should be large enough to hold the internal representation, the size is checked during initiialization.