Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/openssl/crypto/conf/
Dconf_def.h30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument
31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument
32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument
33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument
34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument
35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument
36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument
37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument
38 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument
39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument
[all …]
Dconf_lib.c26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
111 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_string()
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_number()
143 void CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free()
151 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp()
166 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) in CONF_dump_bio()
204 void NCONF_free(CONF *conf) in NCONF_free()
211 void NCONF_free_data(CONF *conf) in NCONF_free_data()
218 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf) in NCONF_get0_libctx()
250 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load()
[all …]
Dconf_def.c53 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) argument
124 static int def_init_default(CONF *conf) in def_init_default()
137 static int def_init_WIN32(CONF *conf) in def_init_WIN32()
150 static int def_destroy(CONF *conf) in def_destroy()
159 static int def_destroy_data(CONF *conf) in def_destroy_data()
167 static int def_load(CONF *conf, const char *name, long *line) in def_load()
208 static int def_load_bio(CONF *conf, BIO *in, long *line) in def_load_bio()
597 static void clear_comments(CONF *conf, char *p) in clear_comments()
634 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy()
887 static int is_keytype(const CONF *conf, char c, unsigned short type) in is_keytype()
[all …]
Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
120 int _CONF_new_data(CONF *conf) in _CONF_new_data()
136 void _CONF_free_data(CONF *conf) in _CONF_free_data()
158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash()
185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
/third_party/openssl/crypto/ts/
Dts_conf.c123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest()
287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
312 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies()
344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
[all …]
/third_party/node/deps/npm/test/tap/
Dconfig-credentials.js9 npmconf.load({}, function (er, conf) { argument
20 npmconf.load(common.builtin, function (er, conf) { argument
32 npmconf.load(common.builtin, function (er, conf) { argument
44 npmconf.load(common.builtin, function (er, conf) { argument
56 npmconf.load(common.builtin, function (er, conf) { argument
68 npmconf.load(common.builtin, function (er, conf) { argument
92 npmconf.load(common.builtin, function (er, conf) { argument
110 npmconf.load(common.builtin, function (er, conf) { argument
127 npmconf.load(common.builtin, function (er, conf) { argument
144 npmconf.load(common.builtin, function (er, conf) { argument
[all …]
Dconfig-save.js64 npmconf.load(function (er, conf) { argument
84 npmconf.load(function (er, conf) { argument
Dconfig-new-cafile.js17 npmconf.load({ userconfig: npmrc }, function (error, conf) { argument
25 npmconf.load({ userconfig: npmrc }, function (error, conf) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.c180 struct hostapd_config *conf; in hostapd_config_defaults() local
473 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
513 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
689 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
702 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
716 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
739 static void hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) in hostapd_dpp_controller_conf_free()
752 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
982 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
1097 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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.c158 struct hostapd_config *conf; in hostapd_config_defaults() local
436 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
607 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
620 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
634 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
651 static void hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) in hostapd_dpp_controller_conf_free()
664 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
875 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
989 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
1031 struct hostapd_config *conf, in hostapd_config_check_bss()
[all …]
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
203 struct tls_config conf; in authsrv_init() local
/third_party/openssl/crypto/x509/
Dv3_conf.c34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int()
58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
309 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
341 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
354 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
436 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
480 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf()
[all …]
/third_party/python/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
129 set conf=PGInstrument variable
142 set conf=PGUpdate variable
/third_party/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()
818 _eglGetConfigAttrib(_EGLDisplay *disp, _EGLConfig *conf, in _eglGetConfigAttrib()
844 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
/third_party/mbedtls/library/
Dssl_tls.c60 int mbedtls_ssl_conf_cid( mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid()
3245 const mbedtls_ssl_config *conf ) in mbedtls_ssl_setup()
3453 void mbedtls_ssl_conf_endpoint( mbedtls_ssl_config *conf, int endpoint ) in mbedtls_ssl_conf_endpoint()
3458 void mbedtls_ssl_conf_transport( mbedtls_ssl_config *conf, int transport ) in mbedtls_ssl_conf_transport()
3464 void mbedtls_ssl_conf_dtls_anti_replay( mbedtls_ssl_config *conf, char mode ) in mbedtls_ssl_conf_dtls_anti_replay()
3470 void mbedtls_ssl_conf_dtls_badmac_limit( mbedtls_ssl_config *conf, unsigned limit ) in mbedtls_ssl_conf_dtls_badmac_limit()
3483 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout()
3491 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode ) in mbedtls_ssl_conf_authmode()
3497 void mbedtls_ssl_conf_verify( mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify()
3506 void mbedtls_ssl_conf_rng( mbedtls_ssl_config *conf, in mbedtls_ssl_conf_rng()
[all …]
/third_party/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
1075 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1243 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1337 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1393 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c169 struct hostapd_radius_servers *conf; member
370 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local
580 struct hostapd_radius_servers *conf = radius->conf; in radius_client_auth_failover() local
609 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local
751 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local
817 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local
1085 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1271 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1365 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1421 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.c896 struct dpp_configuration *conf; in dpp_configuration_alloc() local
971 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
983 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
999 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper() local
1175 struct dpp_configurator *conf; in dpp_configurator_get_id() local
1267 struct dpp_config_obj *conf = &auth->conf_obj[i]; in dpp_auth_deinit() local
1304 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
1387 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
1420 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
1613 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local
474 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local
525 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local
594 struct mesh_conf *conf; in mesh_mpm_connect_peer() local
702 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local
808 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local
874 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local
935 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local
471 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local
522 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local
588 struct mesh_conf *conf; in mesh_mpm_connect_peer() local
696 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local
803 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local
869 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local
927 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvorbisdepay.c117 free_config (GstRtpVorbisConfig * conf) in free_config()
147 GstRtpVorbisConfig *conf = (GstRtpVorbisConfig *) walk->data; in gst_rtp_vorbis_depay_has_ident() local
226 GstRtpVorbisConfig *conf; in gst_rtp_vorbis_depay_parse_configuration() local
427 GstRtpVorbisConfig *conf = (GstRtpVorbisConfig *) walk->data; in gst_rtp_vorbis_depay_switch_codebook() local

12345678910>>...15