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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_set.c97 int totSize; local
137 totSize = p - pStart; /* This is the total size of all set blobs */
144 if (!(pTempMem = OPENSSL_malloc(totSize))) {
157 memcpy(pStart, pTempMem, totSize);

Completed in 73 milliseconds