Searched refs:totSize (Results 1 – 2 of 2) sorted by relevance
97 int totSize; in i2d_ASN1_SET() local139 totSize = p - pStart; /* This is the total size of all set blobs */ in i2d_ASN1_SET()144 if (!(pTempMem = OPENSSL_malloc(totSize))) in i2d_ASN1_SET()159 memcpy(pStart, pTempMem, totSize); in i2d_ASN1_SET()