HomeSort by relevance Sort by last modified time
    Searched refs:gtmp (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_crl.c 130 GENERAL_NAMES *gens, *gtmp;
142 gtmp = X509_REVOKED_get_ext_d2i(rev,
145 if (!gtmp && (j != -1))
151 if (gtmp)
153 gens = gtmp;
160 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
  /external/openssl/crypto/asn1/
x_crl.c 130 GENERAL_NAMES *gens, *gtmp;
142 gtmp = X509_REVOKED_get_ext_d2i(rev,
145 if (!gtmp && (j != -1))
151 if (gtmp)
153 gens = gtmp;
160 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
  /external/libsepol/src/
policydb.c 1274 genfs_t *g, *gtmp; local
1331 gtmp = g;
1333 free(gtmp);
    [all...]

Completed in 39 milliseconds