Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 31) sorted by relevance

12

/openssl/crypto/conf/
H A Dconf_def.h30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument
31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument
32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument
33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument
34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument
35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument
36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument
37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument
38 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument
39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument
[all …]
H A Dconf_lib.c26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
143 void CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free()
151 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp()
204 void NCONF_free(CONF *conf) in NCONF_free()
211 void NCONF_free_data(CONF *conf) in NCONF_free_data()
218 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf) in NCONF_get0_libctx()
261 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp()
275 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline) in NCONF_load_bio()
325 static int default_to_int(const CONF *conf, char c) in default_to_int()
381 int NCONF_dump_fp(const CONF *conf, FILE *out) in NCONF_dump_fp()
[all …]
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
120 int _CONF_new_data(CONF *conf) in _CONF_new_data()
136 void _CONF_free_data(CONF *conf) in _CONF_free_data()
158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash()
185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
H A Dconf_def.c124 static int def_init_default(CONF *conf) in def_init_default()
137 static int def_init_WIN32(CONF *conf) in def_init_WIN32()
150 static int def_destroy(CONF *conf) in def_destroy()
159 static int def_destroy_data(CONF *conf) in def_destroy_data()
597 static void clear_comments(CONF *conf, char *p) in clear_comments()
911 static char *eat_ws(CONF *conf, char *p) in eat_ws()
918 static void trim_ws(CONF *conf, char *start) in trim_ws()
945 static char *scan_quote(CONF *conf, char *p) in scan_quote()
963 static char *scan_dquote(CONF *conf, char *p) in scan_dquote()
993 static int def_dump(const CONF *conf, BIO *out) in def_dump()
[all …]
H A Dconf_mod.c184 CONF *conf = NULL; in CONF_modules_load_file_ex() local
/openssl/crypto/ts/
H A Dts_conf.c123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest()
287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
442 static int ts_CONF_add_flag(CONF *conf, const char *section, in ts_CONF_add_flag()
469 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, in TS_CONF_set_ess_cert_id_chain()
[all …]
/openssl/crypto/x509/
H A Dv3_conf.c34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int()
58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
447 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
491 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf()
506 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, in X509V3_EXT_conf_nid()
548 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_add_conf()
565 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_CRL_add_conf()
[all …]
/openssl/fuzz/
H A Dconf.c28 CONF *conf; in FuzzerTestOneInput() local
/openssl/test/
H A Dconfdump.c33 CONF *conf = NCONF_new(NCONF_default()); in main() local
H A Dssl_test_ctx_test.c26 static CONF *conf = NULL; variable
H A Dconf_include_test.c68 static CONF *conf; variable
H A Dv3ext.c285 CONF *conf; in test_ext_syntax() local
H A Dssl_test.c25 static CONF *conf = NULL; variable
/openssl/demos/bio/
H A Dserver-conf.c31 CONF *conf = NULL; in main() local
H A Dclient-conf.c23 CONF *conf = NULL; in main() local
/openssl/apps/
H A Dfipsinstall.c188 CONF *conf = NULL; in generate_config_and_load() local
215 static void free_config_and_unload(CONF *conf) in free_config_and_unload()
240 CONF *conf = NULL; in verify_config() local
311 CONF *conf = NULL; in fipsinstall_main() local
H A Dspkac.c62 CONF *conf = NULL; in spkac_main() local
H A Dts.c160 CONF *conf = NULL; in ts_main() local
372 CONF *conf = app_load_config(configfile); in load_config_file() local
588 static int reply_command(CONF *conf, const char *section, const char *engine, in reply_command()
696 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, in create_response()
H A Dsrp.c114 static char *lookup_conf(const CONF *conf, const char *section, const char *tag) in lookup_conf()
236 CONF *conf = NULL; in srp_main() local
H A Dgenpkey.c62 CONF *conf = NULL; in genpkey_main() local
H A Dsmime.c134 CONF *conf = NULL; in smime_main() local
H A Dpkeyutl.c105 CONF *conf = NULL; in pkeyutl_main() local
/openssl/crypto/ct/
H A Dct_log.c45 CONF *conf; member
148 const CONF *conf, const char *section) in ctlog_new_from_conf()
/openssl/test/helpers/
H A Dssl_test_ctx.c735 static void ssl_test_extra_conf_free_data(SSL_TEST_EXTRA_CONF *conf) in ssl_test_extra_conf_free_data()
774 static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf, in parse_client_options()
807 static int parse_server_options(SSL_TEST_SERVER_CONF *server, const CONF *conf, in parse_server_options()
840 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, in SSL_TEST_CTX_create()
/openssl/apps/lib/
H A Dapps.c341 CONF *conf; in app_load_config_bio() local
378 CONF *conf; in app_load_config_internal() local
411 int add_oid_section(CONF *conf) in add_oid_section()
439 CONF *conf = NULL; in app_load_config_modules() local

Completed in 96 milliseconds

12