HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 1 - 25 of 406) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/conf/
conf_api.h 63 #include <openssl/conf.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
    [all...]
test.c 1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NULL,"cipher1")
    [all...]
conf_lib.c 62 #include <openssl/conf.h>
66 const char CONF_version[]="CONF" OPENSSL_VERSION_PTEXT;
70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
77 default_CONF_method->init(conf);
78 conf->data = hash;
81 /* The following section contains the "CONF classic" functions,
82 rewritten in terms of the new CONF interface. */
90 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file
    [all...]
conf_def.c 1 /* crypto/conf/conf.c */
59 /* Part of the code in here was originally in conf.c, which is now removed */
66 #include <openssl/conf.h>
72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p)
    [all...]
conf_api.c 59 /* Part of the code in here was originally in conf.c, which is now removed */
68 #include <openssl/conf.h>
73 LHASH_OF(CONF_VALUE) *conf);
80 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
84 if ((conf == NULL) || (section == NULL)) return(NULL);
87 v=lh_CONF_VALUE_retrieve(conf->data,&vv);
92 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
97 v=_CONF_get_section(conf,section)
    [all...]
  /external/openssl/include/openssl/
conf_api.h 63 #include <openssl/conf.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
    [all...]
  /external/kernel-headers/original/linux/
textsearch.h 68 * @conf: search configuration
78 struct ts_config *conf,
83 * @conf: search configuration
89 void (*finish)(struct ts_config *conf,
95 * @conf: search configuration
105 static inline unsigned int textsearch_next(struct ts_config *conf,
108 unsigned int ret = conf->ops->find(conf, state);
110 if (conf->finish)
111 conf->finish(conf, state)
165 struct ts_config *conf; local
    [all...]
  /system/bluetooth/data/
Android.mk 22 audio.conf \
23 input.conf \
24 main.conf \
25 blacklist.conf \
26 auto_pairing.conf
  /external/openssl/crypto/lhash/
lh_test.c 66 LHASH *conf; local
70 conf=lh_new(lh_strhash,strcmp);
81 lh_insert(conf,p);
84 lh_node_stats(conf,stdout);
85 lh_stats(conf,stdout);
86 lh_node_usage_stats(conf,stdout);
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 4 <include>basic-1.conf</include>
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 4 <include>entities-1.conf</include>
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 3 <include>circular-1.conf</include>
circular-2.conf 3 <include>circular-3.conf</include>
circular-3.conf 3 <include>circular-2.conf</include>
  /device/common/gps/
gps_as.mk 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
gps_as_supl.mk 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
gps_eu.mk 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
gps_eu_supl.mk 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
gps_us.mk 18 device/common/gps/gps.conf_US:system/etc/gps.conf
gps_us_supl.mk 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
  /external/openssl/crypto/evp/
evp_acnf.c 61 #include <openssl/conf.h>
  /external/webkit/WebKitTools/wx/build/
settings.py 196 def common_configure(conf):
201 conf.env['MSVC_VERSIONS'] = ['msvc 9.0', 'msvc 8.0']
202 conf.env['MSVC_TARGETS'] = ['x86']
214 conf.env['CC'] = 'gcc-4.0'
216 conf.env['CXX'] = 'g++-4.0'
217 conf.check_tool('compiler_cxx')
218 conf.check_tool('compiler_cc')
220 conf.check_tool('python')
221 conf.check_python_headers()
224 conf.check_tool('osx'
    [all...]
  /hardware/broadcom/wlan/bcm4329/config/
Android.mk 21 LOCAL_MODULE := wpa_supplicant.conf
31 LOCAL_MODULE := dhcpcd.conf
35 LOCAL_SRC_FILES := android_dhcpcd.conf
  /device/htc/common/
common.mk 24 PRODUCT_COPY_FILES += device/htc/common/ecclist_for_mcc.conf:system/etc/ecclist_for_mcc.conf
  /device/samsung/crespo/alsa-lib/src/conf/cards/
AU8820.conf 5 <confdir:pcm/front.conf>

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>