/third_party/openssl/crypto/x509/ |
D | v3_crld.c | 214 ret = set_dist_point_name(&point->distpoint, ctx, cnf); in crldp_from_section() 274 if ((point->distpoint = DIST_POINT_NAME_new()) == NULL) in v2i_crld() 276 point->distpoint->name.fullname = gens; in v2i_crld() 277 point->distpoint->type = 0; in v2i_crld() 319 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 333 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 373 ret = set_dist_point_name(&idp->distpoint, ctx, cnf); in v2i_idp() 439 if (idp->distpoint) in i2r_idp() 440 print_distpoint(out, idp->distpoint, indent); in i2r_idp() 451 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) in i2r_idp() [all …]
|
D | v3_purp.c | 312 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp() 325 if (dp->distpoint == NULL || dp->distpoint->type != 1) in setup_dp() 345 return DIST_POINT_set_dpname(dp->distpoint, iname) ? 1 : -1; in setup_dp()
|
D | x_crl.c | 321 return DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl)); in setup_idp()
|
D | x509_vfy.c | 1470 || idp_check_dp(dp->distpoint, crl->idp->distpoint)) { in crl_crldp_check() 1476 return (crl->idp == NULL || crl->idp->distpoint == NULL) in crl_crldp_check()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_crld.c | 219 ret = set_dist_point_name(&point->distpoint, ctx, cnf); in crldp_from_section() 279 if ((point->distpoint = DIST_POINT_NAME_new()) == NULL) in v2i_crld() 281 point->distpoint->name.fullname = gens; in v2i_crld() 282 point->distpoint->type = 0; in v2i_crld() 324 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 338 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 378 ret = set_dist_point_name(&idp->distpoint, ctx, cnf); in v2i_idp() 444 if (idp->distpoint) in i2r_idp() 445 print_distpoint(out, idp->distpoint, indent); in i2r_idp() 456 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) in i2r_idp() [all …]
|
D | v3_purp.c | 312 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp() 325 if (dp->distpoint == NULL || dp->distpoint->type != 1) in setup_dp() 345 return DIST_POINT_set_dpname(dp->distpoint, iname) ? 1 : -1; in setup_dp()
|
D | x_crl.c | 321 return DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl)); in setup_idp()
|
D | x509_vfy.c | 1470 || idp_check_dp(dp->distpoint, crl->idp->distpoint)) { in crl_crldp_check() 1476 return (crl->idp == NULL || crl->idp->distpoint == NULL) in crl_crldp_check()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509v3.rs | 137 pub distpoint: *mut DIST_POINT_NAME, field
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 197 DIST_POINT_NAME *distpoint; member 299 DIST_POINT_NAME *distpoint; member
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | tests.rs | 1158 let dp_nm = dp.distpoint().unwrap(); in test_dist_point() 1164 let dp_nm = dp.distpoint().unwrap(); in test_dist_point()
|
D | mod.rs | 2201 pub fn distpoint(&self) -> Option<&DistPointNameRef> { in distpoint() method 2202 unsafe { DistPointNameRef::from_const_ptr_opt((*self.as_ptr()).distpoint) } in distpoint()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | x509v3.h.in | 217 DIST_POINT_NAME *distpoint; member 340 DIST_POINT_NAME *distpoint; member
|
/third_party/openssl/include/openssl/ |
D | x509v3.h.in | 217 DIST_POINT_NAME *distpoint; member 340 DIST_POINT_NAME *distpoint; member
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2367 if (!dp->distpoint || dp->distpoint->type != 0) in get_dp_url() 2369 gens = dp->distpoint->name.fullname; in get_dp_url()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | apps.c | 2374 if (!dp->distpoint || dp->distpoint->type != 0) in get_dp_url() 2376 gens = dp->distpoint->name.fullname; in get_dp_url()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|