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

  /external/boringssl/src/crypto/x509v3/
v3_conf.c 75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
79 X509V3_CTX *ctx);
82 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx,
87 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
106 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
120 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
267 X509V3_CTX *ctx)
311 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx,
329 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
353 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section
    [all...]
v3_skey.c 67 X509V3_CTX *ctx, char *str);
83 X509V3_CTX *ctx, char *str)
105 X509V3_CTX *ctx, char *str)
v3_int.c 79 static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx,
v3_ia5.c 76 X509V3_CTX *ctx, char *str);
104 X509V3_CTX *ctx, char *str)
v3_alt.c 68 X509V3_CTX *ctx,
71 X509V3_CTX *ctx,
73 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
74 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
75 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
76 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
252 X509V3_CTX *ctx,
283 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens)
322 X509V3_CTX *ctx,
359 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p
    [all...]
v3_bcons.c 73 X509V3_CTX *ctx,
105 X509V3_CTX *ctx,
v3_extku.c 67 X509V3_CTX *ctx,
119 X509V3_CTX *ctx,
v3_pcons.c 72 X509V3_CTX *ctx,
106 X509V3_CTX *ctx,
v3_pmaps.c 67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
114 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
v3_cpols.c 79 X509V3_CTX *ctx, char *value);
83 static POLICYINFO *policy_section(X509V3_CTX *ctx,
85 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
141 X509V3_CTX *ctx, char *value)
214 static POLICYINFO *policy_section(X509V3_CTX *ctx,
299 static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
v3_akey.c 74 X509V3_CTX *ctx,
118 X509V3_CTX *ctx,
v3_info.c 78 X509V3_CTX *ctx,
160 X509V3_CTX *ctx,
v3_bitst.c 109 X509V3_CTX *ctx,
v3_crld.c 70 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
94 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx,
115 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
251 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx,
287 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
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,
v3_pci.c 52 X509V3_CTX *ctx, char *str);
197 X509V3_CTX *ctx, char *value)
v3_sxnet.c 78 static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
137 static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
v3_ncons.c 72 X509V3_CTX *ctx,
116 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
  /external/boringssl/src/decrepit/x509/
x509_decrepit.c 20 X509V3_CTX *ctx, int ext_nid, char *value) {
  /external/boringssl/src/include/openssl/
x509v3.h 541 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
554 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
567 OPENSSL_EXPORT ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
604 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
607 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
611 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
614 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int ext_nid, char *value);
615 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
616 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
617 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk)
    [all...]
base.h 327 typedef struct v3_ext_ctx X509V3_CTX;
asn1.h     [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 125 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
133 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
140 X509V3_CTX cnf;
149 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
158 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
468 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
cert.c 79 X509V3_CTX ctx;
  /system/keymaster/
asymmetric_key.cpp 357 UniquePtr<X509V3_CTX> x509v3_ctx(new(std::nothrow) X509V3_CTX);
358 if (!x509v3_ctx.get())
360 *x509v3_ctx = {};
361 X509V3_set_ctx(x509v3_ctx.get(), signing_cert.get(), certificate.get(), nullptr /* req */,
364 X509_EXTENSION_Ptr auth_key_id(X509V3_EXT_nconf_nid(nullptr /* conf */, x509v3_ctx.get(),

Completed in 430 milliseconds