/third_party/openssl/crypto/x509/ |
D | v3_san.c | 24 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p); 25 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 52 GENERAL_NAMES *gens, in STACK_OF() 59 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in STACK_OF() 60 gen = sk_GENERAL_NAME_value(gens, i); in STACK_OF() 306 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_reserve(NULL, num); in v2i_issuer_alt() local 309 if (gens == NULL) { in v2i_issuer_alt() 311 sk_GENERAL_NAME_free(gens); in v2i_issuer_alt() 319 if (!copy_issuer(ctx, gens)) in v2i_issuer_alt() 326 sk_GENERAL_NAME_push(gens, gen); /* no failure as it was reserved */ in v2i_issuer_alt() [all …]
|
D | v3_crld.c | 50 STACK_OF(GENERAL_NAME) *gens; in STACK_OF() 59 gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect); in STACK_OF() 64 return gens; in STACK_OF() 240 GENERAL_NAMES *gens = NULL; in v2i_crld() local 266 if ((gens = GENERAL_NAMES_new()) == NULL) in v2i_crld() 268 if (!sk_GENERAL_NAME_push(gens, gen)) in v2i_crld() 276 point->distpoint->name.fullname = gens; in v2i_crld() 278 gens = NULL; in v2i_crld() 287 GENERAL_NAMES_free(gens); in v2i_crld() 408 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() argument [all …]
|
D | v3_akid.c | 105 GENERAL_NAMES *gens = NULL; in v2i_AUTHORITY_KEYID() local 192 if ((gens = sk_GENERAL_NAME_new_null()) == NULL in v2i_AUTHORITY_KEYID() 194 || !sk_GENERAL_NAME_push(gens, gen)) { in v2i_AUTHORITY_KEYID() 202 akeyid->issuer = gens; in v2i_AUTHORITY_KEYID() 204 gens = NULL; in v2i_AUTHORITY_KEYID() 211 sk_GENERAL_NAME_free(gens); in v2i_AUTHORITY_KEYID()
|
D | v3_utl.c | 28 GENERAL_NAMES *gens); 453 GENERAL_NAMES *gens; in STACK_OF() local 456 gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in STACK_OF() 457 ret = get_email(X509_get_subject_name(x), gens); in STACK_OF() 458 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF() 487 GENERAL_NAMES *gens; in STACK_OF() local 492 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL); in STACK_OF() 493 ret = get_email(X509_REQ_get_subject_name(x), gens); in STACK_OF() 494 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF() 500 GENERAL_NAMES *gens) in STACK_OF() [all …]
|
D | x_crl.c | 86 GENERAL_NAMES *gens, *gtmp; variable 91 gens = NULL; 105 gens = gtmp; 118 rev->issuer = gens;
|
D | v3_purp.c | 973 GENERAL_NAMES *gens; in X509_check_akid() local 977 gens = akid->issuer; in X509_check_akid() 978 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in X509_check_akid() 979 gen = sk_GENERAL_NAME_value(gens, i); in X509_check_akid()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_san.c | 24 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p); 25 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 52 GENERAL_NAMES *gens, in STACK_OF() 59 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in STACK_OF() 60 gen = sk_GENERAL_NAME_value(gens, i); in STACK_OF() 306 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_reserve(NULL, num); in v2i_issuer_alt() local 309 if (gens == NULL) { in v2i_issuer_alt() 311 sk_GENERAL_NAME_free(gens); in v2i_issuer_alt() 319 if (!copy_issuer(ctx, gens)) in v2i_issuer_alt() 326 sk_GENERAL_NAME_push(gens, gen); /* no failure as it was reserved */ in v2i_issuer_alt() [all …]
|
D | v3_crld.c | 50 STACK_OF(GENERAL_NAME) *gens; in STACK_OF() 59 gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect); in STACK_OF() 64 return gens; in STACK_OF() 240 GENERAL_NAMES *gens = NULL; in v2i_crld() local 266 if ((gens = GENERAL_NAMES_new()) == NULL) in v2i_crld() 268 if (!sk_GENERAL_NAME_push(gens, gen)) in v2i_crld() 276 point->distpoint->name.fullname = gens; in v2i_crld() 278 gens = NULL; in v2i_crld() 287 GENERAL_NAMES_free(gens); in v2i_crld() 408 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() argument [all …]
|
D | v3_akid.c | 105 GENERAL_NAMES *gens = NULL; in v2i_AUTHORITY_KEYID() local 192 if ((gens = sk_GENERAL_NAME_new_null()) == NULL in v2i_AUTHORITY_KEYID() 194 || !sk_GENERAL_NAME_push(gens, gen)) { in v2i_AUTHORITY_KEYID() 202 akeyid->issuer = gens; in v2i_AUTHORITY_KEYID() 204 gens = NULL; in v2i_AUTHORITY_KEYID() 211 sk_GENERAL_NAME_free(gens); in v2i_AUTHORITY_KEYID()
|
D | v3_utl.c | 28 GENERAL_NAMES *gens); 453 GENERAL_NAMES *gens; in STACK_OF() local 456 gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in STACK_OF() 457 ret = get_email(X509_get_subject_name(x), gens); in STACK_OF() 458 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF() 487 GENERAL_NAMES *gens; in STACK_OF() local 492 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL); in STACK_OF() 493 ret = get_email(X509_REQ_get_subject_name(x), gens); in STACK_OF() 494 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF() 500 GENERAL_NAMES *gens) in STACK_OF() [all …]
|
D | x_crl.c | 86 GENERAL_NAMES *gens, *gtmp; variable 91 gens = NULL; 105 gens = gtmp; 118 rev->issuer = gens;
|
D | v3_purp.c | 973 GENERAL_NAMES *gens; in X509_check_akid() local 977 gens = akid->issuer; in X509_check_akid() 978 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in X509_check_akid() 979 gen = sk_GENERAL_NAME_value(gens, i); in X509_check_akid()
|
D | x509_vfy.c | 1377 GENERAL_NAMES *gens = NULL; in idp_check_dp() local 1394 gens = b->name.fullname; in idp_check_dp() 1399 gens = a->name.fullname; in idp_check_dp() 1405 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in idp_check_dp() 1406 gena = sk_GENERAL_NAME_value(gens, i); in idp_check_dp()
|
/third_party/icu/tools/scripts/ |
D | bldicures.py | 99 gens = {} variable 106 gens[loc] = { "loc": loc, "res": resname, "txt": txtname } 142 print(gens) 147 for gen in gens: 148 item = gens[gen]
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
D | fuzzer.py | 161 gens = [] 173 indexes += [len(gens)] * p 174 gens.append((p, flag_gen)) 176 if not gens: 183 _, main_gen = gens[main_index] 186 for index, (p, gen) in enumerate(gens):
|
/third_party/openssl/test/ |
D | v3nametest.c | 127 GENERAL_NAMES *gens = NULL; in set_altname() local 132 gens = sk_GENERAL_NAME_new_null(); in set_altname() 133 if (gens == NULL) in set_altname() 160 sk_GENERAL_NAME_push(gens, gen); in set_altname() 163 if (!X509_add1_ext_i2d(crt, NID_subject_alt_name, gens, 0, 0)) in set_altname() 169 GENERAL_NAMES_free(gens); in set_altname()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 797 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_null(); local 802 if (!gens) 807 GENERAL_NAMES_free(gens); 854 sk_GENERAL_NAME_push(gens, gen); 857 gens, 0, X509V3_ADD_APPEND) != 1) 860 GENERAL_NAMES_free(gens); 863 gens = sk_GENERAL_NAME_new_null(); 872 sk_GENERAL_NAME_push(gens, gen); 875 gens, 0, X509V3_ADD_APPEND) != 1) 878 GENERAL_NAMES_free(gens); [all …]
|
/third_party/node/deps/openssl/openssl/apps/ |
D | cms.c | 1315 STACK_OF(GENERAL_NAME) *gens; in gnames_stack_print() 1320 gens = sk_GENERAL_NAMES_value(gns, i); in gnames_stack_print() 1321 for (j = 0; j < sk_GENERAL_NAME_num(gens); j++) { in gnames_stack_print() 1322 gen = sk_GENERAL_NAME_value(gens, j); in gnames_stack_print() 1381 GENERAL_NAMES *gens = NULL; in STACK_OF() local 1391 gens = GENERAL_NAMES_new(); in STACK_OF() 1392 if (gens == NULL) in STACK_OF() 1394 if (!sk_GENERAL_NAME_push(gens, gen)) in STACK_OF() 1397 if (!sk_GENERAL_NAMES_push(ret, gens)) in STACK_OF() 1399 gens = NULL; in STACK_OF() [all …]
|
/third_party/openssl/apps/ |
D | cms.c | 1318 STACK_OF(GENERAL_NAME) *gens; in gnames_stack_print() 1323 gens = sk_GENERAL_NAMES_value(gns, i); in gnames_stack_print() 1324 for (j = 0; j < sk_GENERAL_NAME_num(gens); j++) { in gnames_stack_print() 1325 gen = sk_GENERAL_NAME_value(gens, j); in gnames_stack_print() 1384 GENERAL_NAMES *gens = NULL; in STACK_OF() local 1394 gens = GENERAL_NAMES_new(); in STACK_OF() 1395 if (gens == NULL) in STACK_OF() 1397 if (!sk_GENERAL_NAME_push(gens, gen)) in STACK_OF() 1400 if (!sk_GENERAL_NAMES_push(ret, gens)) in STACK_OF() 1402 gens = NULL; in STACK_OF() [all …]
|
/third_party/mesa3d/src/intel/perf/ |
D | gen_perf.py | 757 gens = [] 759 gens.append(Gen(xml_file)) 820 for gen in gens: 841 for gen in gens: 853 for gen in gens: 933 for gen in gens:
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.5.rst | 163 - ac/llvm: fix 16-bit fmed3 on GFX8 and older gens 164 - ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gens
|
D | 20.0.1.rst | 165 - ac/llvm: fix 16-bit fmed3 on GFX8 and older gens 166 - ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gens
|
D | 17.0.3.rst | 91 - anv: Flush caches prior to PIPELINE_SELECT on all gens
|
/third_party/cups/ |
D | ohos-add-openssl.patch | 45 +static void http_x509_add_san(GENERAL_NAMES *gens, const char *name); 97 + GENERAL_NAMES *gens; // Names for SubjectAltName certificate extension 180 + gens = sk_GENERAL_NAME_new_null(); 181 + http_x509_add_san(gens, common_name); 193 + http_x509_add_san(gens, localname); 203 + http_x509_add_san(gens, alt_names[i]); 208 + X509_add1_ext_i2d(cert, NID_subject_alt_name, gens, 0, X509V3_ADD_DEFAULT); 209 + sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); 1664 +http_x509_add_san(GENERAL_NAMES *gens, // I - Concatenation of DNS names 1676 + sk_GENERAL_NAME_push(gens, gen_dns);
|
/third_party/python/Python/ |
D | ast.c | 45 validate_comprehension(struct validator *state, asdl_comprehension_seq *gens) in validate_comprehension() argument 48 if (!asdl_seq_LEN(gens)) { in validate_comprehension() 52 for (i = 0; i < asdl_seq_LEN(gens); i++) { in validate_comprehension() 53 comprehension_ty comp = asdl_seq_GET(gens, i); in validate_comprehension()
|