HomeSort by relevance Sort by last modified time
    Searched refs:X509V3_CTX (Results 1 - 25 of 28) sorted by null

1 2

  /external/openssl/crypto/x509v3/
v3_conf.c 71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
77 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len);
81 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
101 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
115 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
262 X509V3_CTX *ctx)
308 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len)
325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section
    [all...]
v3_int.c 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
v3_skey.c 64 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
80 X509V3_CTX *ctx, char *str)
102 X509V3_CTX *ctx, char *str)
v3_ia5.c 67 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
95 X509V3_CTX *ctx, char *str)
v3_alt.c 64 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
65 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
67 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
244 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
273 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens)
309 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
343 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p
    [all...]
v3_bcons.c 68 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
98 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values)
v3_extku.c 67 X509V3_CTX *ctx,
118 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
v3_pcons.c 71 X509V3_CTX *ctx,
106 X509V3_CTX *ctx,
x509v3.h 531 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
544 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
557 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
594 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
598 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
602 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert)
    [all...]
v3_pmaps.c 67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
115 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
v3_bitst.c 106 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
v3_crld.c 67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
93 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect)
115 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
270 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx,
312 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
431 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
446 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
v3_cpols.c 71 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value);
74 static POLICYINFO *policy_section(X509V3_CTX *ctx,
76 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
132 X509V3_CTX *ctx, char *value)
198 static POLICYINFO *policy_section(X509V3_CTX *ctx,
272 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
v3_akey.c 69 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
112 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values)
v3_info.c 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
136 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
v3_ocsp.c 87 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
261 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
v3_pci.c 45 X509V3_CTX *ctx, char *str);
244 X509V3_CTX *ctx, char *value)
v3_sxnet.c 72 static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
131 static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
v3_ncons.c 67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
110 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
  /external/openssl/include/openssl/
x509v3.h 531 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
544 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
557 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
594 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
598 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
602 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert)
    [all...]
ossl_typ.h 158 typedef struct v3_ext_ctx X509V3_CTX;
  /external/openssl/crypto/asn1/
asn1_gen.c 120 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
126 X509V3_CTX cnf;
135 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
448 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf)
  /external/openssl/crypto/
ossl_typ.h 158 typedef struct v3_ext_ctx X509V3_CTX;
  /external/openssl/apps/
req.c 539 X509V3_CTX ctx;
590 X509V3_CTX ctx;
823 X509V3_CTX ext_ctx;
870 X509V3_CTX ext_ctx;
    [all...]
x509.c 520 X509V3_CTX ctx2;
1187 X509V3_CTX ctx2;
    [all...]

Completed in 65 milliseconds

1 2