Searched defs:conf (Results 1 - 25 of 148) sorted by last modified time

123456

/freebsd-10.1-release/contrib/ntp/ntpq/
H A Dntpq-subs.c1140 const char *conf; local
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_refclock.h145 struct refclock * conf; /* refclock_conf[type] */ member in struct:refclockproc
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c84 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, argument
103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, argument
117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CT argument
328 X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk) argument
352 X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
363 X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
374 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
447 X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) argument
[all...]
H A Dv3_utl.c120 void X509V3_conf_free(CONF_VALUE *conf) argument
[all...]
H A Dv3conf.c71 LHASH *conf; local
/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_conf.c165 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) argument
175 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, argument
193 int TS_CONF_set_crypto_device(CONF *conf, const char *section, argument
240 int TS_CONF_set_signer_cert(CONF *conf, const char *section, argument
262 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, argument
283 TS_CONF_set_signer_key(CONF *conf, const char *section, const char *key, const char *pass, TS_RESP_CTX *ctx) argument
306 TS_CONF_set_def_policy(CONF *conf, const char *section, const char *policy, TS_RESP_CTX *ctx) argument
330 TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
361 TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
397 TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
434 TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
459 TS_CONF_add_flag(CONF *conf, const char *section, const char *field, int flag, TS_RESP_CTX *ctx) argument
476 TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
481 TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
486 TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlh_test.c66 LHASH *conf; local
/freebsd-10.1-release/crypto/openssl/crypto/conf/
H A Dcnf_save.c67 LHASH *conf; local
H A Dtest.c66 LHASH *conf; local
[all...]
H A Dconf_mod.c166 CONF *conf = NULL; local
H A Dconf_def.c142 def_init_default(CONF *conf) argument
154 def_init_WIN32(CONF *conf) argument
166 def_destroy(CONF *conf) argument
175 def_destroy_data(CONF *conf) argument
183 def_load(CONF *conf, const char *name, long *line) argument
207 def_load_bio(CONF *conf, BIO *in, long *line) argument
438 clear_comments(CONF *conf, char *p) argument
475 str_copy(CONF *conf, char *section, char **pto, char *from) argument
624 eat_ws(CONF *conf, char *p) argument
631 eat_alpha_numeric(CONF *conf, char *p) argument
644 scan_quote(CONF *conf, char *p) argument
662 scan_dquote(CONF *conf, char *p) argument
692 def_dump(const CONF *conf, BIO *out) argument
699 def_is_number(const CONF *conf, char c) argument
704 def_to_int(const CONF *conf, char c) argument
[all...]
H A Dconf_lib.c73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) argument
244 NCONF_free(CONF *conf) argument
251 NCONF_free_data(CONF *conf) argument
258 NCONF_load(CONF *conf, const char *file, long *eline) argument
269 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) argument
283 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) argument
308 NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
353 NCONF_dump_fp(const CONF *conf, FILE *out) argument
367 NCONF_dump_bio(const CONF *conf, BIO *out) argument
[all...]
H A Dconf_api.c106 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
128 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
222 _CONF_free_data(CONF *conf) argument
243 value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) argument
273 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/freebsd-10.1-release/crypto/openssl/apps/
H A Dx509.c1043 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1157 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
[all...]
H A Dts.c131 CONF *conf = NULL; local
387 CONF *conf = NULL; local
648 reply_command(CONF *conf, char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy, char *in, int token_in, char *out, int token_out, int text) argument
772 create_response(CONF *conf, const char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy) argument
[all...]
H A Dsrp.c112 static CONF *conf = NULL; variable
[all...]
H A Dca.c242 static CONF *conf = NULL; variable
[all...]
H A Dapps.c724 int add_oid_section(BIO *err, CONF *conf) argument
H A Dspkac.c94 CONF *conf = NULL; local
/freebsd-10.1-release/usr.sbin/faithd/
H A Dfaithd.c472 const struct config *conf; local
[all...]
H A Dprefix.c191 struct config *conf; local
266 struct config *conf, *p; local
325 static struct config conf; local
[all...]
/freebsd-10.1-release/usr.sbin/ppp/
H A Dmain.c358 char conf[200], *ptr; local
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c374 struct gconfig *conf; local
/freebsd-10.1-release/usr.sbin/jail/
H A Djailparse.y65 conf : label
/freebsd-10.1-release/usr.sbin/iscsid/
H A Discsid.c154 connection_new(unsigned int session_id, const uint8_t isid[8], uint16_t tsih, const struct iscsi_session_conf *conf, int iscsi_fd) argument

Completed in 159 milliseconds

123456