Searched defs:conf (Results 1 - 25 of 207) sorted by relevance

123456789

/external/openssl/crypto/conf/
H A Dtest.c1 /* 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,NUL
[all...]
H A Dcnf_save.c1 /* crypto/conf/cnf_save.c */
60 #include <openssl/conf.h>
67 LHASH *conf; local
70 conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
71 if (conf == NULL)
77 lh_doall(conf,LHASH_DOALL_FN(print_conf));
/external/openssl/crypto/lhash/
H A Dlh_test.c66 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/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
H A Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
36 switch (conf) {
/external/mesa3d/src/gallium/targets/dri-r600/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/mesa3d/src/gallium/targets/dri-radeonsi/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
H A Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
36 switch (conf) {
/external/openssl/crypto/x509v3/
H A Dv3conf.c63 #include <openssl/conf.h>
71 LHASH *conf; local
86 conf = CONF_load(NULL, "test.cnf", NULL);
87 if(!conf) {
108 if(!X509V3_EXT_add_conf(conf, NULL, "test_section", cert)) {
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js3 publish.conf = { // trailing slash expected for dirs
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl");
27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl");
46 var srcDir = publish.conf.outDir + "symbols/src/";
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl");
98 IO.saveFile(publish.conf.outDir, "index"+publish.conf
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
31 confidence = conf;
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
31 confidence = conf;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dauthsrv.c94 struct hostapd_bss_config *conf = hapd->conf; local
96 srv.client_file = conf->radius_server_clients;
97 srv.auth_port = conf->radius_server_auth_port;
98 srv.acct_port = conf->radius_server_acct_port;
103 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
104 srv.eap_fast_a_id = conf->eap_fast_a_id;
105 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
106 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
107 srv.eap_fast_prov = conf
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dauthsrv.c94 struct hostapd_bss_config *conf = hapd->conf; local
96 srv.client_file = conf->radius_server_clients;
97 srv.auth_port = conf->radius_server_auth_port;
98 srv.acct_port = conf->radius_server_acct_port;
103 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
104 srv.eap_fast_a_id = conf->eap_fast_a_id;
105 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
106 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
107 srv.eap_fast_prov = conf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dauthsrv.c94 struct hostapd_bss_config *conf = hapd->conf; local
96 srv.client_file = conf->radius_server_clients;
97 srv.auth_port = conf->radius_server_auth_port;
98 srv.acct_port = conf->radius_server_acct_port;
103 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
104 srv.eap_fast_a_id = conf->eap_fast_a_id;
105 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
106 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
107 srv.eap_fast_prov = conf
[all...]
/external/sepolicy/
H A DAndroid.mk109 sepolicy_policy.conf := $(intermediates)/policy.conf
110 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS)
111 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS)
112 $(sepolicy_policy.conf) : $(call build_policy, $(sepolicy_build_files))
120 $(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
126 sepolicy_policy.conf :=
137 sepolicy_policy_recovery.conf := $(intermediates)/policy_recovery.conf
138 $(sepolicy_policy_recovery.conf)
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xinclude-test-suite.py188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
193 testsuite = conf.getRootElement()
217 conf.freeDoc()
/external/openssl/apps/
H A Dspkac.c66 #include <openssl/conf.h>
93 CONF *conf = NULL; local
242 conf = NCONF_new(NULL);
243 i = NCONF_load_bio(conf, in, NULL);
251 spkstr = NCONF_get_string(conf, spksect, spkac);
300 NCONF_free(conf);

Completed in 2150 milliseconds

123456789