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

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_moid.c 115 char *ln, *ostr, *p, *lntmp; local
148 lntmp = OPENSSL_malloc((p - ln) + 1);
149 if (lntmp == NULL)
151 memcpy(lntmp, ln, p - ln);
152 lntmp[p - ln] = 0;
154 oid->ln = lntmp;
  /external/openssl/crypto/asn1/
asn_moid.c 115 char *ln, *ostr, *p, *lntmp; local
148 lntmp = OPENSSL_malloc((p - ln) + 1);
149 if (lntmp == NULL)
151 memcpy(lntmp, ln, p - ln);
152 lntmp[p - ln] = 0;
154 oid->ln = lntmp;

Completed in 73 milliseconds