Home
last modified time | relevance | path

Searched refs:gtmp (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/asn1/
Dx_crl.c130 GENERAL_NAMES *gens, *gtmp; variable
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/chromium_org/third_party/boringssl/src/crypto/x509/
Dx_crl.c135 GENERAL_NAMES *gens, *gtmp; variable
147 gtmp = X509_REVOKED_get_ext_d2i(rev,
150 if (!gtmp && (j != -1))
156 if (gtmp)
158 gens = gtmp;
165 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
/external/libsepol/src/
Dpolicydb.c1276 genfs_t *g, *gtmp; in policydb_destroy() local
1333 gtmp = g; in policydb_destroy()
1335 free(gtmp); in policydb_destroy()