Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 179) sorted by relevance

12345678

/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c107 CONF *conf; in NCONF_new() local
158 void NCONF_free(CONF *conf) { in NCONF_free()
168 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
373 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
389 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
403 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
424 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
433 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
/external/boringssl/src/crypto/conf/
Dconf.c107 CONF *conf; in NCONF_new() local
158 void NCONF_free(CONF *conf) { in NCONF_free()
168 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
373 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
389 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
403 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
424 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
433 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
/external/wpa_supplicant_8/src/ap/
Dap_config.c175 struct hostapd_config *conf; in hostapd_config_defaults() local
469 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
509 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
685 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
698 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
712 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
735 static void hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) in hostapd_dpp_controller_conf_free()
748 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
977 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
1092 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
[all …]
Dwpa_auth_ie.c27 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
91 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf) in wpa_own_rsn_capab()
121 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
391 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
431 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen()
593 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie() local
1100 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe() local
1150 struct wpa_auth_config *conf; in wpa_auth_write_fd_rsn_info() local
Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_init() local
72 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_get_l2_packet() local
Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local
237 struct tls_config conf; in authsrv_init() local
/external/python/cpython2/PCbuild/
Dbuild.bat53 set conf=Release variable
64 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
68 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable
109 set conf=PGInstrument variable
117 set conf=PGUpdate variable
/external/python/cpython3/PCbuild/
Dbuild.bat59 set conf=Release variable
70 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
74 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable
123 set conf=PGInstrument variable
136 set conf=PGUpdate variable
/external/mesa3d/src/egl/main/
Deglconfig.c59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) in _eglInitConfig()
82 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
109 _EGLConfig *conf; in _eglLookupConfig() local
273 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
500 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
524 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp, in _eglParseConfigAttribList()
774 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch()
812 _eglGetConfigAttrib(_EGLDisplay *disp, _EGLConfig *conf, in _eglGetConfigAttrib()
838 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c88 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
107 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
121 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
330 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
354 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
365 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
376 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
453 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c88 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
107 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
121 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
330 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
354 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
365 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
376 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
449 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/python/cpython2/PC/VS8.0/
Dbuild.bat7 set conf=Release variable
11 if "%1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface()
117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) in haiku_create_pixmap_surface()
125 _EGLConfig *conf, const EGLint *attrib_list) in haiku_create_pbuffer_surface()
147 struct haiku_egl_config* conf; in haiku_add_configs_for_visuals() local
240 haiku_create_context(_EGLDisplay *disp, _EGLConfig *conf, in haiku_create_context()
/external/tpm2-tss/test/unit/
Dtcti-mssim.c45 char conf[] = "host=127.0.0.1,port=2321"; in conf_str_to_host_port_success_test() local
65 char conf[] = "host=127.0.0.1"; in conf_str_to_host_port_no_port_test() local
87 char conf[] = "host=::1,port=2321"; in conf_str_to_host_ipv6_port_success_test() local
106 char conf[] = "host=::1"; in conf_str_to_host_ipv6_port_no_port_test() local
122 char conf[] = "host=127.0.0.1,port=99999"; in conf_str_to_host_port_invalid_port_large_test() local
133 char conf[] = "host=127.0.0.1,port=0"; in conf_str_to_host_port_invalid_port_0_test() local
210 tcti_socket_init_from_conf (const char *conf) in tcti_socket_init_from_conf()
/external/python/cpython2/PC/VS9.0/
Dbuild.bat17 set conf=Release variable
24 if '%1'=='-c' (set conf=%2) & shift & shift & goto CheckOpts variable
33 if '%1'=='-d' (set conf=Debug) & shift & goto CheckOpts variable
/external/wayland/doc/doxygen/
Dgen-doxygen.py75 conf = load_doxygen_file(args.doxygen_file) variable
76 conf = gen_doxygen_file(conf, args.output_format, args.section, args.files) variable
/external/tpm2-tss/src/tss2-tcti/
Dtctildr.c55 const char* conf, in tcti_from_init()
92 const char* conf, in tcti_from_info()
132 char *conf) in tctildr_conf_parse()
395 const char *conf, in Tss2_TctiLdr_Initialize_Ex()
451 char name [PATH_MAX] = { 0, }, conf [PATH_MAX] = { 0, }; in Tss2_TctiLdr_Initialize() local
Dtctildr-dl.c30 char *conf; member
124 const char* conf, in tcti_from_file()
291 const char* conf, in tctildr_get_tcti()
Dtctildr-nodl.c57 char *conf; member
145 const char* conf, in tctildr_get_tcti()
/external/wpa_supplicant_8/src/radius/
Dradius_client.c168 struct hostapd_radius_servers *conf; member
369 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local
579 struct hostapd_radius_servers *conf = radius->conf; in radius_client_auth_failover() local
608 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local
750 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local
816 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local
1084 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1252 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1346 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1402 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
[all …]
/external/wpa_supplicant_8/src/common/
Ddpp.c909 struct dpp_configuration *conf; in dpp_configuration_alloc() local
984 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
996 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
1012 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper() local
1188 struct dpp_configurator *conf; in dpp_configurator_get_id() local
1280 struct dpp_config_obj *conf = &auth->conf_obj[i]; in dpp_auth_deinit() local
1317 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
1399 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
1432 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
1621 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]
/external/rust/crates/rayon-core/src/
Dtest.rs32 let conf = ThreadPoolBuilder::new() in start_callback_called() localVariable
58 let conf = ThreadPoolBuilder::new() in exit_callback_called() localVariable
100 let conf = ThreadPoolBuilder::new() in handler_panics_handled_correctly() localVariable
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local
467 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local
518 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local
587 struct mesh_conf *conf; in mesh_mpm_connect_peer() local
695 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local
799 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local
865 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local
926 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
/external/adhd/sound_card_init/src/
Dmain.rs32 pub conf: String, field
89 let conf = matches in parse_args() localVariable
/external/parameter-framework/upstream/parameter/
DDomainConfiguration.cpp264 [](const string &a, const AreaConfiguration &conf) { in getElementSequence()
316 [&](const AreaConfiguration &conf) { in getBlackboard()
340 [&](bool accumulator, const AreaConfiguration &conf) { in restore()
454 [&](const AreaConfiguration &conf) { in getAreaConfiguration()
468 [&](const AreaConfiguration &conf) { in findAreaConfigurationByPath()

12345678