Searched refs:CONF (Results 1 – 6 of 6) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | conf.h | 89 CONF *(*create) (CONF_METHOD *meth); 90 int (*init) (CONF *conf); 91 int (*destroy) (CONF *conf); 92 int (*destroy_data) (CONF *conf); 94 int (*dump) (const CONF *conf, BIO *bp); 95 int (*is_number) (const CONF *conf, char c); 96 int (*to_int) (const CONF *conf, char c); 153 CONF *NCONF_new(CONF_METHOD *meth); 160 void NCONF_free(CONF *conf); 161 void NCONF_free_data(CONF *conf); [all …]
|
A D | conf_api.h | 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section); 72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section); 74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, 77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); 78 char *_CONF_get_string(const CONF *conf, const char *section, 80 long _CONF_get_number(const CONF *conf, const char *section, 83 int _CONF_new_data(CONF *conf); 84 void _CONF_free_data(CONF *conf);
|
A D | ts.h | 737 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section); 738 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, 740 int TS_CONF_set_crypto_device(CONF *conf, const char *section, 743 int TS_CONF_set_signer_cert(CONF *conf, const char *section, 745 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, 747 int TS_CONF_set_signer_key(CONF *conf, const char *section, 750 int TS_CONF_set_def_policy(CONF *conf, const char *section, 752 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx); 753 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx); 755 int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, [all …]
|
A D | x509v3.h | 612 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, 614 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, 616 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, 618 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 620 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 622 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 641 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
|
A D | ossl_typ.h | 167 typedef struct conf_st CONF; typedef
|
A D | asn1.h | 1108 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
|
Completed in 16 milliseconds