Home
last modified time | relevance | path

Searched refs:totSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Da_set.c97 int totSize; in i2d_ASN1_SET() local
139 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()
/external/openssl/crypto/asn1/
Da_set.c97 int totSize; in i2d_ASN1_SET() local
139 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()