Searched refs:gtmp (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x_crl.c | 86 GENERAL_NAMES *gens, *gtmp; variable 97 gtmp = X509_REVOKED_get_ext_d2i(rev, 99 if (!gtmp && (j != -1)) { 104 if (gtmp) { 105 gens = gtmp; 109 GENERAL_NAMES_free(gtmp); 113 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp)) { 114 GENERAL_NAMES_free(gtmp);
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x_crl.c | 86 GENERAL_NAMES *gens, *gtmp; variable 97 gtmp = X509_REVOKED_get_ext_d2i(rev, 99 if (!gtmp && (j != -1)) { 104 if (gtmp) { 105 gens = gtmp; 109 GENERAL_NAMES_free(gtmp); 113 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp)) { 114 GENERAL_NAMES_free(gtmp);
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 570 unsigned char gtmp[2]; in tls_group_allowed() local 575 gtmp[0] = group >> 8; in tls_group_allowed() 576 gtmp[1] = group & 0xff; in tls_group_allowed() 578 tls1_group_id2nid(ginfo->group_id, 0), (void *)gtmp); in tls_group_allowed()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | t1_lib.c | 571 unsigned char gtmp[2]; in tls_group_allowed() local 576 gtmp[0] = group >> 8; in tls_group_allowed() 577 gtmp[1] = group & 0xff; in tls_group_allowed() 579 tls1_group_id2nid(ginfo->group_id, 0), (void *)gtmp); in tls_group_allowed()
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 1490 genfs_t *g, *gtmp; in policydb_destroy() local 1545 gtmp = g; in policydb_destroy() 1547 free(gtmp); in policydb_destroy()
|