HomeSort by relevance Sort by last modified time
    Searched full:totsize (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/asn1/
a_set.c 96 int totSize;
138 totSize = p - pStart; /* This is the total size of all set blobs */
143 if (!(pTempMem = OPENSSL_malloc(totSize)))
158 memcpy(pStart, pTempMem, totSize);

Completed in 251 milliseconds