/openssl/crypto/conf/ |
H A D | conf_def.h | 30 #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 D | conf_lib.c | 26 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 D | conf_api.c | 23 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 D | conf_def.c | 124 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() 605 static void clear_comments(CONF *conf, char *p) in clear_comments() 917 static char *eat_ws(CONF *conf, char *p) in eat_ws() 924 static void trim_ws(CONF *conf, char *start) in trim_ws() 951 static char *scan_quote(CONF *conf, char *p) in scan_quote() 969 static char *scan_dquote(CONF *conf, char *p) in scan_dquote() 999 static int def_dump(const CONF *conf, BIO *out) in def_dump() [all …]
|
H A D | conf_mod.c | 195 CONF *conf = NULL; in CONF_modules_load_file_ex() local
|
/openssl/crypto/ts/ |
H A D | ts_conf.c | 123 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 D | v3_conf.c | 34 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() 359 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 454 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 498 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf() 513 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, in X509V3_EXT_conf_nid() 555 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_add_conf() 572 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_CRL_add_conf() [all …]
|
H A D | x509_acert.c | 264 int X509_ACERT_add_attr_nconf(CONF *conf, const char *section, in X509_ACERT_add_attr_nconf()
|
/openssl/fuzz/ |
H A D | conf.c | 28 CONF *conf; in FuzzerTestOneInput() local
|
/openssl/test/ |
H A D | confdump.c | 33 CONF *conf = NCONF_new(NCONF_default()); in main() local
|
H A D | ssl_test_ctx_test.c | 26 static CONF *conf = NULL; variable
|
H A D | conf_include_test.c | 72 static CONF *conf; variable
|
H A D | v3ext.c | 380 CONF *conf; in test_ext_syntax() local
|
H A D | ssl_test.c | 22 static CONF *conf = NULL; variable
|
/openssl/demos/bio/ |
H A D | server-conf.c | 31 CONF *conf = NULL; in main() local
|
H A D | client-conf.c | 23 CONF *conf = NULL; in main() local
|
/openssl/crypto/ct/ |
H A D | ct_log.c | 45 CONF *conf; member 141 const CONF *conf, const char *section) in ctlog_new_from_conf()
|
/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 752 static void ssl_test_extra_conf_free_data(SSL_TEST_EXTRA_CONF *conf) in ssl_test_extra_conf_free_data() 792 static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf, in parse_client_options() 825 static int parse_server_options(SSL_TEST_SERVER_CONF *server, const CONF *conf, in parse_server_options() 858 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, in SSL_TEST_CTX_create()
|
/openssl/apps/ |
H A D | spkac.c | 62 CONF *conf = NULL; in spkac_main() local
|
H A D | ts.c | 160 CONF *conf = NULL; in ts_main() local 372 CONF *conf = app_load_config(configfile); in load_config_file() local 590 static int reply_command(CONF *conf, const char *section, const char *engine, in reply_command() 698 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, in create_response()
|
H A D | fipsinstall.c | 470 CONF *conf = NULL; in generate_config_and_load() local 495 static void free_config_and_unload(CONF *conf) in free_config_and_unload() 520 CONF *conf = NULL; in verify_config() local 591 CONF *conf = NULL; in fipsinstall_main() local
|
H A D | srp.c | 114 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 D | genpkey.c | 108 CONF *conf = NULL; in genpkey_main() local
|
H A D | smime.c | 163 CONF *conf = NULL; in smime_main() local
|
/openssl/apps/lib/ |
H A D | apps.c | 342 char *app_conf_try_string(const CONF *conf, const char *group, const char *name) in app_conf_try_string() 355 int app_conf_try_number(const CONF *conf, const char *group, const char *name, in app_conf_try_number() 372 CONF *conf; in app_load_config_bio() local 409 CONF *conf; in app_load_config_internal() local 442 int add_oid_section(CONF *conf) in add_oid_section() 468 CONF *conf = NULL; in app_load_config_modules() local
|