/external/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value… 76 …EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx); 79 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len); 83 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf() 103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 264 X509V3_CTX *ctx) in v3_generic_extension() 311 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len) in generic_asn1() 328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() 349 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() [all …]
|
D | v3_alt.c | 67 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VAL… 68 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALU… 69 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p); 70 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 71 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 72 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 247 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_issuer_alt() 276 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer() 313 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_subject_alt() 347 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() [all …]
|
D | v3_skey.c | 67 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str); 83 X509V3_CTX *ctx, char *str) in s2i_ASN1_OCTET_STRING() 105 X509V3_CTX *ctx, char *str) in s2i_skey_id()
|
D | v3_crld.c | 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 96 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) in STACK_OF() 117 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 270 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section() 312 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_crld() 430 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 445 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
|
D | v3_ia5.c | 71 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str); 99 X509V3_CTX *ctx, char *str) in s2i_ASN1_IA5STRING()
|
D | v3_cpols.c | 76 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value); 79 static POLICYINFO *policy_section(X509V3_CTX *ctx, 81 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, 137 X509V3_CTX *ctx, char *value) 204 static POLICYINFO *policy_section(X509V3_CTX *ctx, in policy_section() 286 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, in notice_section()
|
D | v3_bcons.c | 70 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_O… 100 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values) in v2i_BASIC_CONSTRAINTS()
|
D | v3_pcons.c | 73 X509V3_CTX *ctx, 108 X509V3_CTX *ctx, in v2i_POLICY_CONSTRAINTS()
|
D | v3_extku.c | 68 X509V3_CTX *ctx, 119 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_EXTENDED_KEY_USAGE()
|
D | v3_pmaps.c | 68 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 116 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_POLICY_MAPPINGS()
|
D | v3_akey.c | 72 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values); 115 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values) in v2i_AUTHORITY_KEYID()
|
D | v3_info.c | 76 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 142 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_AUTHORITY_INFO_ACCESS()
|
D | v3_int.c | 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) in s2i_asn1_int()
|
D | v3_sxnet.c | 77 static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 136 static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in sxnet_v2i()
|
D | v3_pci.c | 50 X509V3_CTX *ctx, char *str); 249 X509V3_CTX *ctx, char *value) in r2i_pci()
|
D | v3_bitst.c | 108 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) in v2i_ASN1_BIT_STRING()
|
D | v3_ncons.c | 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 113 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 530 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 543 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); 556 OPENSSL_EXPORT ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,… 593 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 596 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, 600 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc); 603 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char … 604 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *valu… 605 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X50… 606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); [all …]
|
D | base.h | 242 typedef struct v3_ext_ctx X509V3_CTX; typedef
|
D | asn1.h | 1016 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 130 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf); 136 X509V3_CTX cnf; in ASN1_generate_nconf() 145 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 467 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf) in asn1_multi()
|