Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx_crl.c156 GENERAL_NAMES *gens, *gtmp; variable
167 gtmp = X509_REVOKED_get_ext_d2i(rev,
169 if (!gtmp && (j != -1)) {
174 if (gtmp) {
175 gens = gtmp;
181 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
/external/selinux/libsepol/src/
Dpolicydb.c1456 genfs_t *g, *gtmp; in policydb_destroy() local
1511 gtmp = g; in policydb_destroy()
1513 free(gtmp); in policydb_destroy()