/third_party/openssl/crypto/x509/ |
D | v3_genn.c | 32 ASN1_CHOICE(GENERAL_NAME) = { 33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME), 34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL), 35 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS), 37 ASN1_IMP(GENERAL_NAME, d.x400Address, ASN1_SEQUENCE, GEN_X400), 39 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME), 40 ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY), 41 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI), 42 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD), 43 ASN1_IMP(GENERAL_NAME, d.registeredID, ASN1_OBJECT, GEN_RID) [all …]
|
D | v3_san.c | 26 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 27 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 56 GENERAL_NAME *gen; in STACK_OF() 80 GENERAL_NAME *gen, in STACK_OF() 207 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print() 322 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); in v2i_issuer_alt() 340 GENERAL_NAME *gen; in copy_issuer() 405 GENERAL_NAME *gen; in v2i_subject_alt() 426 GENERAL_NAME *gen = NULL; in copy_email() 477 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() [all …]
|
D | v3_admis.c | 38 ASN1_EXP_OPT(ADMISSIONS, admissionAuthority, GENERAL_NAME, 0), 44 ASN1_OPT(ADMISSION_SYNTAX, admissionAuthority, GENERAL_NAME), 240 const GENERAL_NAME *ADMISSION_SYNTAX_get0_admissionAuthority(const ADMISSION_SYNTAX *as) in ADMISSION_SYNTAX_get0_admissionAuthority() 246 GENERAL_NAME *aa) in ADMISSION_SYNTAX_set0_admissionAuthority() 264 const GENERAL_NAME *ADMISSIONS_get0_admissionAuthority(const ADMISSIONS *a) in ADMISSIONS_get0_admissionAuthority() 269 void ADMISSIONS_set0_admissionAuthority(ADMISSIONS *a, GENERAL_NAME *aa) in ADMISSIONS_set0_admissionAuthority()
|
D | v3_ncons.c | 33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 34 static int nc_match_single(int effective_type, GENERAL_NAME *sub, 35 GENERAL_NAME *gen); 54 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME), 270 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() 303 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() 414 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check_CN() 472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 541 static int nc_match_single(int effective_type, GENERAL_NAME *gen, in nc_match_single() 542 GENERAL_NAME *base) in nc_match_single()
|
D | v3_crld.c | 46 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, in STACK_OF() argument 50 STACK_OF(GENERAL_NAME) *gens; in STACK_OF() 70 STACK_OF(GENERAL_NAME) *fnm = NULL; in set_dist_point_name() 241 GENERAL_NAME *gen = NULL; in v2i_crld() 311 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 321 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2) 408 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens()
|
D | v3_admis.h | 28 GENERAL_NAME* admissionAuthority; 34 GENERAL_NAME* admissionAuthority;
|
D | v3_akeya.c | 19 ASN1_IMP_SEQUENCE_OF_OPT(AUTHORITY_KEYID, issuer, GENERAL_NAME, 1),
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 153 } GENERAL_NAME; typedef 157 GENERAL_NAME *location; 166 DEFINE_STACK_OF(GENERAL_NAME) 167 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; 267 GENERAL_NAME *base; 470 DECLARE_ASN1_FUNCTIONS(GENERAL_NAME) 471 GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a); 472 int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b); 485 GENERAL_NAME *gen, 487 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen); [all …]
|
/third_party/openssl/include/openssl/ |
D | x509v3.h.in | 171 } GENERAL_NAME; typedef 175 GENERAL_NAME *location; 180 .generate_stack_macros("GENERAL_NAME"); 186 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; 306 GENERAL_NAME *base; 526 DECLARE_ASN1_FUNCTIONS(GENERAL_NAME) 527 DECLARE_ASN1_DUP_FUNCTION(GENERAL_NAME) 528 int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b); 544 GENERAL_NAME *gen, 546 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen); [all …]
|
D | crmf.h.in | 29 # include <openssl/x509v3.h> /* for GENERAL_NAME etc. */ 106 int method, GENERAL_NAME *nm);
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_verify.c | 37 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer); 38 static int ts_find_name(STACK_OF(GENERAL_NAME) *gen_names, 39 GENERAL_NAME *name); 296 GENERAL_NAME *tsa_name = tst_info->tsa; in int_ts_RESP_verify_token() 538 static int ts_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer) in ts_check_signer_name() 540 STACK_OF(GENERAL_NAME) *gen_names = NULL; in ts_check_signer_name() 565 static int ts_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name) in ts_find_name() 569 GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i); in ts_find_name()
|
D | ts_local.h | 91 GENERAL_NAME *tsa; 151 GENERAL_NAME *tsa_name;
|
D | ts_rsp_utils.c | 272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa() 274 GENERAL_NAME *new_tsa; in TS_TST_INFO_set_tsa() 288 GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a) in TS_TST_INFO_get_tsa()
|
/third_party/openssl/crypto/crmf/ |
D | crmf_local.h | 89 GENERAL_NAME *generalName; 108 GENERAL_NAME *issuer; 124 GENERAL_NAME *pubLocation; 233 /* 0 */ GENERAL_NAME *sender;
|
D | crmf_asn.c | 32 ASN1_SIMPLE(OSSL_CRMF_ENCKEYWITHID_IDENTIFIER, value.generalName, GENERAL_NAME) 46 ASN1_SIMPLE(OSSL_CRMF_CERTID, issuer, GENERAL_NAME), 65 ASN1_SIMPLE(OSSL_CRMF_SINGLEPUBINFO, pubLocation, GENERAL_NAME) 107 GENERAL_NAME, 0),
|
/third_party/openssl/doc/man3/ |
D | ADMISSIONS.pod | 59 const GENERAL_NAME *ADMISSION_SYNTAX_get0_admissionAuthority( 62 ADMISSION_SYNTAX *as, GENERAL_NAME *aa); 68 const GENERAL_NAME *ADMISSIONS_get0_admissionAuthority(const ADMISSIONS *a); 69 void ADMISSIONS_set0_admissionAuthority(ADMISSIONS *a, GENERAL_NAME *aa);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509v3.rs | 7 pub fn GENERAL_NAME_free(name: *mut GENERAL_NAME); in GENERAL_NAME_free() argument 13 pub location: *mut GENERAL_NAME,
|
/third_party/openssl/crypto/cmp/ |
D | cmp_hdr.c | 76 int ossl_cmp_general_name_is_NULL_DN(GENERAL_NAME *name) in ossl_cmp_general_name_is_NULL_DN() 83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name() 85 GENERAL_NAME *name; in set1_general_name()
|
D | cmp_local.h | 107 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */ 484 GENERAL_NAME *sender; 485 GENERAL_NAME *recipient; 805 int ossl_cmp_general_name_is_NULL_DN(GENERAL_NAME *name);
|
/third_party/openssl/test/ |
D | v3nametest.c | 128 GENERAL_NAME *gen = NULL; in set_altname() 661 GENERAL_NAME **namesa = OPENSSL_malloc(sizeof(*namesa) in test_GENERAL_NAME_cmp() 663 GENERAL_NAME **namesb = OPENSSL_malloc(sizeof(*namesb) in test_GENERAL_NAME_cmp()
|
/third_party/openssl/crypto/ess/ |
D | ess_lib.c | 61 GENERAL_NAME *name = NULL; in ESS_CERT_ID_new_init() 141 GENERAL_NAME *name = NULL; in ESS_CERT_ID_V2_new_init() 199 GENERAL_NAME *issuer; in ess_issuer_serial_cmp()
|
D | ess_asn1.c | 20 ASN1_SEQUENCE_OF(ESS_ISSUER_SERIAL, issuer, GENERAL_NAME),
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | x509.h | 121 STACK_OF(GENERAL_NAME) *issuer; 178 STACK_OF(GENERAL_NAME) *altname;
|
/third_party/openssl/include/crypto/ |
D | ess.h | 22 STACK_OF(GENERAL_NAME) *issuer;
|
D | x509.h | 135 STACK_OF(GENERAL_NAME) *issuer; 192 STACK_OF(GENERAL_NAME) *altname;
|