Home
last modified time | relevance | path

Searched refs:CRLissuer (Results 1 – 25 of 68) sorted by relevance

123

/third_party/openssl/crypto/x509/
Dv3_crld.c223 point->CRLissuer = gnames_from_sectname(ctx, cnf->value); in crldp_from_section()
224 if (point->CRLissuer == NULL) in crldp_from_section()
321 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
473 if (point->CRLissuer) { in i2r_crldp()
475 print_gens(out, point->CRLissuer, indent); in i2r_crldp()
Dv3_purp.c312 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp()
335 for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) { in setup_dp()
336 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp()
Dx509_vfy.c1436 if (dp->CRLissuer == NULL) in crldp_check_crlissuer()
1438 for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) { in crldp_check_crlissuer()
1439 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in crldp_check_crlissuer()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_crld.c228 point->CRLissuer = gnames_from_sectname(ctx, cnf->value); in crldp_from_section()
229 if (point->CRLissuer == NULL) in crldp_from_section()
326 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
478 if (point->CRLissuer) { in i2r_crldp()
480 print_gens(out, point->CRLissuer, indent); in i2r_crldp()
Dv3_purp.c312 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp()
335 for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) { in setup_dp()
336 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp()
Dx509_vfy.c1436 if (dp->CRLissuer == NULL) in crldp_check_crlissuer()
1438 for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) { in crldp_check_crlissuer()
1439 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in crldp_check_crlissuer()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509v3.rs139 pub CRLissuer: *mut stack_st_GENERAL_NAME, field
/third_party/openssl/ohos_lite/include/openssl/
Dx509v3.h199 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/openssl/include/openssl/
Dx509v3.h.in219 GENERAL_NAMES *CRLissuer; member
/third_party/openssl/doc/man5/
Dx509v3_config.pod361 CRLissuer = dirName:issuer_sect
/third_party/openssl/include/openssl/
Dx509v3.h.in219 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/
Dx509v3.h315 GENERAL_NAMES *CRLissuer; member

123