Home
last modified time | relevance | path

Searched defs:cnf (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/x509v3/
Dv3_alt.c247 CONF_VALUE *cnf; in v2i_issuer_alt() local
312 CONF_VALUE *cnf; in v2i_subject_alt() local
401 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local
419 CONF_VALUE *cnf) in v2i_GENERAL_NAME()
526 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
Dv3_crld.c116 CONF_VALUE *cnf) in set_dist_point_name()
274 CONF_VALUE *cnf; in crldp_from_section() local
317 CONF_VALUE *cnf; in v2i_crld() local
450 CONF_VALUE *cnf; in v2i_idp() local
Dv3_cpols.c202 CONF_VALUE *cnf; in policy_section() local
276 CONF_VALUE *cnf; in notice_section() local
341 CONF_VALUE *cnf; in nref_nos() local
Dv3_akey.c116 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
Dv3_info.c139 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
Dv3_pci.c256 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
Dv3_sxnet.c134 CONF_VALUE *cnf; in sxnet_v2i() local
/external/openssl/crypto/engine/
Deng_cnf.c92 static int int_engine_configure(char *name, char *value, const CONF *cnf) in int_engine_configure()
216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
/external/openssl/crypto/conf/
Dconf_mod.c124 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
206 static int module_run(const CONF *cnf, char *name, char *value, in module_run()
245 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value, in module_load_dso()
348 const CONF *cnf) in module_init()
/external/openssl/crypto/asn1/
Dasn_moid.c71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
Dasn1_gen.c126 X509V3_CTX cnf; in ASN1_generate_nconf() local
135 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf) in ASN1_generate_v3()
448 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf) in asn1_multi()
/external/openssl/apps/
Dasn1pars.c389 CONF *cnf = NULL; in do_generate() local
Dapps.c718 CONF_VALUE *cnf; in add_oid_section() local
1506 int load_config(BIO *err, CONF *cnf) in load_config()