Home
last modified time | relevance | path

Searched refs:CONF (Results 1 – 8 of 8) sorted by relevance

/include/openssl/
A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth);
24 int (*init) (CONF *conf);
25 int (*destroy) (CONF *conf);
26 int (*destroy_data) (CONF *conf);
27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
28 int (*dump) (const CONF *conf, BIO *bp);
29 int (*is_number) (const CONF *conf, char c);
30 int (*to_int) (const CONF *conf, char c);
31 int (*load) (CONF *conf, const char *name, long *eline);
A Dconf_api.h27 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
29 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
31 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
35 char *_CONF_get_string(const CONF *conf, const char *section,
37 long _CONF_get_number(const CONF *conf, const char *section,
40 int _CONF_new_data(CONF *conf);
41 void _CONF_free_data(CONF *conf);
A Dconf.h.in77 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
112 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
113 CONF *NCONF_new(CONF_METHOD *meth);
118 void NCONF_free(CONF *conf);
119 void NCONF_free_data(CONF *conf);
121 int NCONF_load(CONF *conf, const char *file, long *eline);
123 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
125 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
127 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
133 int NCONF_dump_fp(const CONF *conf, FILE *out);
[all …]
A Dts.h487 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
488 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
491 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
495 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
497 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
499 int TS_CONF_set_signer_key(CONF *conf, const char *section,
502 int TS_CONF_set_signer_digest(CONF *conf, const char *section,
504 int TS_CONF_set_def_policy(CONF *conf, const char *section,
507 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
513 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
[all …]
A Dtypes.h189 typedef struct conf_st CONF; typedef
A Dx509v3.h.in637 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
639 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
641 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
643 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
645 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
647 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
666 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
A Dx509_acert.h.in101 int X509_ACERT_add_attr_nconf(CONF *conf, const char *section,
A Dasn1.h.in877 ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);

Completed in 22 milliseconds