HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 1 - 25 of 415) 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 */
69 #include <openssl/conf.h>
74 LHASH_OF(CONF_VALUE) *conf);
81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
85 if ((conf == NULL) || (section == NULL)) return(NULL);
88 v=lh_CONF_VALUE_retrieve(conf->data,&vv);
93 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
98 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...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.cpp 77 EglConfig::EglConfig(const EglConfig& conf):m_buffer_size(conf.m_buffer_size),
78 m_red_size(conf.m_red_size),
79 m_green_size(conf.m_green_size),
80 m_blue_size(conf.m_blue_size),
81 m_alpha_size(conf.m_alpha_size),
82 m_bind_to_tex_rgb(conf.m_bind_to_tex_rgb),
83 m_bind_to_tex_rgba(conf.m_bind_to_tex_rgba),
84 m_caveat(conf.m_caveat),
85 m_config_id(conf.m_config_id)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/config/
config-bcm.mk 19 hardware/broadcom/wlan/bcmdhd/config/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.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);
  /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/Tools/wx/build/
settings.py 216 def common_configure(conf):
221 conf.env['MSVC_TARGETS'] = ['x86']
225 conf.env['MSVC_VERSIONS'] = ['msvc %s.0' % Options.options.msvc_version]
228 conf.env['MSVC_VERSIONS'] = ['msvc 9.0', 'msvc 8.0']
234 conf.check_tool('compiler_cxx')
235 conf.check_tool('compiler_cc')
238 conf.check_tool('osx')
248 found = conf.get_msvc_versions()
253 if 'msvc 9.0' in conf.env['MSVC_VERSIONS'] and 'msvc 9.0' in found_versions:
255 elif 'msvc 8.0' in conf.env['MSVC_VERSIONS'] and 'msvc 8.0' in found_versions
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.c 101 struct hostapd_config *conf; local
124 conf = os_zalloc(sizeof(*conf));
126 if (conf == NULL || bss == NULL) {
129 os_free(conf);
136 os_free(conf);
143 conf->num_bss = 1;
144 conf->bss = bss;
146 conf->beacon_int = 100;
147 conf->rts_threshold = -1; /* use driver default: 2347 *
    [all...]
hs20.c 21 if (!hapd->conf->hs20)
29 *eid++ = hapd->conf->disable_dgaf ? 0x01 : 0x00;
authsrv.c 91 struct hostapd_bss_config *conf = hapd->conf; local
93 srv.client_file = conf->radius_server_clients;
94 srv.auth_port = conf->radius_server_auth_port;
99 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
100 srv.eap_fast_a_id = conf->eap_fast_a_id;
101 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
102 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
103 srv.eap_fast_prov = conf->eap_fast_prov;
104 srv.pac_key_lifetime = conf->pac_key_lifetime
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.h 13 int hostapd_set_iface(struct hostapd_config *conf,
  /external/wpa_supplicant_8/wpa_supplicant/
nfc_pw_token.c 49 wpa_s.conf = os_zalloc(sizeof(*wpa_s.conf));
50 if (wpa_s.conf == NULL)
69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id);
70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey);
71 print_bin("wps_nfc_dh_privkey", wpa_s.conf->wps_nfc_dh_privkey);
72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw);
78 wpa_config_free(wpa_s.conf);
  /hardware/qcom/wlan/qcwcn/config/
Android.mk 21 LOCAL_MODULE := dhcpcd.conf
24 LOCAL_SRC_FILES := android_dhcpcd.conf
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 1 # Generate /etc/resolv.conf
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
9 resolv_conf_dir="$state_dir/resolv.conf"
13 local cf="$state_dir/resolv.conf.$interface"
19 # Build the resolv.conf
49 # Assemble resolv.conf using our head and tail files
53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
59 if [ -f /etc/resolv.conf.tail ]; the
    [all...]

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>