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

  /external/boringssl/src/crypto/x509/
x_crl.c 155 GENERAL_NAMES *gens, *gtmp;
167 gtmp = X509_REVOKED_get_ext_d2i(rev,
170 if (!gtmp && (j != -1))
176 if (gtmp)
178 gens = gtmp;
185 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
  /external/selinux/libsepol/src/
policydb.c 1290 genfs_t *g, *gtmp; local
1347 gtmp = g;
1349 free(gtmp);
    [all...]

Completed in 313 milliseconds