/third_party/openssl/crypto/x509v3/ |
D | v3_conf.c | 22 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, 26 X509V3_CTX *ctx); 31 static unsigned char *generic_asn1(const char *value, X509V3_CTX *ctx, 36 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 55 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 69 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 224 X509V3_CTX *ctx) in v3_generic_extension() 270 static unsigned char *generic_asn1(const char *value, X509V3_CTX *ctx, in generic_asn1() 300 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() [all …]
|
D | v3_alt.c | 18 X509V3_CTX *ctx, 21 X509V3_CTX *ctx, 23 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p); 24 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 25 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 26 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 222 X509V3_CTX *ctx, in v2i_issuer_alt() 257 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer() 300 X509V3_CTX *ctx, in v2i_subject_alt() 342 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() [all …]
|
D | v3_skey.c | 17 X509V3_CTX *ctx, char *str); 34 X509V3_CTX *ctx, const char *str) in s2i_ASN1_OCTET_STRING() 56 X509V3_CTX *ctx, char *str) in s2i_skey_id()
|
D | v3_crld.c | 21 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 45 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, in STACK_OF() 66 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 203 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section() 238 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_crld() 346 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 360 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
|
D | v3_pcons.c | 22 X509V3_CTX *ctx, 56 X509V3_CTX *ctx, in v2i_POLICY_CONSTRAINTS()
|
D | v3_bcons.c | 23 X509V3_CTX *ctx, 55 X509V3_CTX *ctx, in v2i_BASIC_CONSTRAINTS()
|
D | v3_extku.c | 18 X509V3_CTX *ctx, 70 X509V3_CTX *ctx, in v2i_EXTENDED_KEY_USAGE()
|
D | v3_pmaps.c | 18 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 66 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_POLICY_MAPPINGS()
|
D | v3_cpols.c | 25 X509V3_CTX *ctx, const char *value); 29 static POLICYINFO *policy_section(X509V3_CTX *ctx, 31 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, 89 X509V3_CTX *ctx, const char *value) 167 static POLICYINFO *policy_section(X509V3_CTX *ctx, in policy_section() 283 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, in notice_section()
|
D | v3_tlsf.c | 23 X509V3_CTX *ctx, 88 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_TLS_FEATURE()
|
/third_party/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 76 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, 80 X509V3_CTX *ctx); 83 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, 88 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf() 107 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 121 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 268 X509V3_CTX *ctx) in v3_generic_extension() 312 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, in generic_asn1() 330 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() 354 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() [all …]
|
D | v3_alt.c | 71 X509V3_CTX *ctx, 74 X509V3_CTX *ctx, 76 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p); 77 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 78 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 79 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 258 X509V3_CTX *ctx, in v2i_issuer_alt() 289 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer() 328 X509V3_CTX *ctx, in v2i_subject_alt() 365 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() [all …]
|
D | v3_skey.c | 70 X509V3_CTX *ctx, char *str); 86 X509V3_CTX *ctx, char *str) in s2i_ASN1_OCTET_STRING() 108 X509V3_CTX *ctx, char *str) in s2i_skey_id()
|
D | v3_ocsp.c | 26 X509V3_CTX *ctx, const char *str); 65 X509V3_CTX *ctx, const char *str) in s2i_ocsp_nocheck()
|
D | v3_ia5.c | 76 X509V3_CTX *ctx, char *str); 104 X509V3_CTX *ctx, char *str) in s2i_ASN1_IA5STRING()
|
D | v3_crld.c | 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 94 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, in STACK_OF() 115 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 251 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section() 287 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_crld() 400 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 414 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
|
D | v3_bcons.c | 73 X509V3_CTX *ctx, 105 X509V3_CTX *ctx, in v2i_BASIC_CONSTRAINTS()
|
D | v3_pcons.c | 72 X509V3_CTX *ctx, 106 X509V3_CTX *ctx, in v2i_POLICY_CONSTRAINTS()
|
D | v3_extku.c | 67 X509V3_CTX *ctx, 119 X509V3_CTX *ctx, in v2i_EXTENDED_KEY_USAGE()
|
D | v3_cpols.c | 80 X509V3_CTX *ctx, char *value); 84 static POLICYINFO *policy_section(X509V3_CTX *ctx, 86 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, 142 X509V3_CTX *ctx, char *value) 215 static POLICYINFO *policy_section(X509V3_CTX *ctx, in policy_section() 300 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, in notice_section()
|
D | v3_pmaps.c | 67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 114 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_POLICY_MAPPINGS()
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 475 X509V3_CTX *ctx, 482 X509V3_CTX *ctx, const char *str); 495 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 510 X509V3_CTX *ctx, const char *str); 551 X509V3_CTX *ctx, int gen_type, 556 X509V3_CTX *ctx, CONF_VALUE *cnf); 559 X509V3_CTX *ctx, CONF_VALUE *cnf, 563 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, 565 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, 567 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, [all …]
|
/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 542 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 555 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 568 OPENSSL_EXPORT ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,… 605 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 608 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 612 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc); 618 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int… 620 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char … 621 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *valu… 622 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X50… [all …]
|
/third_party/openssl/crypto/asn1/ |
D | asn1_gen.c | 65 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, 73 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, 80 X509V3_CTX cnf; in ASN1_generate_nconf() 89 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 98 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3() 405 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
|
/third_party/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 126 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth, 134 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, 141 X509V3_CTX cnf; in ASN1_generate_nconf() 150 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 159 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth, in generate_v3() 469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
|