/third_party/openssl/crypto/conf/ |
D | conf_def.h | 29 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 30 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 31 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 32 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 33 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 34 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 36 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 37 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 38 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument
|
D | conf_lib.c | 25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() 109 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_string() 121 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_number() 139 void CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free() 147 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp() 162 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) in CONF_dump_bio() 193 void NCONF_free(CONF *conf) in NCONF_free() 200 void NCONF_free_data(CONF *conf) in NCONF_free_data() 207 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load() 218 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp() [all …]
|
D | conf_def.c | 48 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) argument 115 static int def_init_default(CONF *conf) in def_init_default() 127 static int def_init_WIN32(CONF *conf) in def_init_WIN32() 139 static int def_destroy(CONF *conf) in def_destroy() 148 static int def_destroy_data(CONF *conf) in def_destroy_data() 156 static int def_load(CONF *conf, const char *name, long *line) in def_load() 180 static int def_load_bio(CONF *conf, BIO *in, long *line) in def_load_bio() 489 static void clear_comments(CONF *conf, char *p) in clear_comments() 526 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() 774 static int is_keytype(const CONF *conf, char c, unsigned short type) in is_keytype() [all …]
|
D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() 48 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() 70 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() 126 int _CONF_new_data(CONF *conf) in _CONF_new_data() 143 void _CONF_free_data(CONF *conf) in _CONF_free_data() 161 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash() 189 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
|
/third_party/openssl/crypto/ts/ |
D | ts_conf.c | 116 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() 126 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() 144 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() 188 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert() 212 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() 234 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key() 257 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest() 281 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy() 305 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 337 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/ |
D | config-credentials.js | 9 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 …]
|
D | config-save.js | 64 npmconf.load(function (er, conf) { argument 84 npmconf.load(function (er, conf) { argument
|
D | config-new-cafile.js | 17 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/ |
D | ap_config.c | 180 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 …]
|
D | wpa_auth_ie.c | 27 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
|
D | x_snoop.c | 20 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/openssl/crypto/x509v3/ |
D | v3_conf.c | 36 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 55 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 69 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 300 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 342 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf() 353 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf() 426 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 444 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf() 454 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, in X509V3_EXT_conf_nid() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_config.c | 158 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 …]
|
D | x_snoop.c | 20 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/python/PCbuild/ |
D | build.bat | 59 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/ |
D | eglconfig.c | 59 _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
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | async_eval_result.cc | 173 void AnalysisResultCacheMgr::PushTodo(const AnfNodeConfigPtr &conf) { in PushTodo() 178 void AnalysisResultCacheMgr::InitSwitchValue(const AnfNodeConfigPtr &conf) { in InitSwitchValue() 187 AbstractBasePtr AnalysisResultCacheMgr::TryGetSwitchValue(const AnfNodeConfigPtr &conf) { in TryGetSwitchValue() 197 AbstractBasePtr AnalysisResultCacheMgr::GetSwitchValue(const AnfNodeConfigPtr &conf) { in GetSwitchValue() 220 void AnalysisResultCacheMgr::SetSwitchValue(const AnfNodeConfigPtr &conf, const AbstractBasePtr &ar… in SetSwitchValue() 252 AnfNodeConfigPtr conf = todo_.front(); in Todo() local
|
/third_party/mbedtls/library/ |
D | ssl_tls.c | 60 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/ |
D | egl_haiku.cpp | 80 _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/wayland_standard/doc/doxygen/ |
D | gen-doxygen.py | 75 conf = load_doxygen_file(args.doxygen_file) variable 76 conf = gen_doxygen_file(conf, args.output_format, args.section, args.files) variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_client.c | 168 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/ |
D | radius_client.c | 169 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/ |
D | dpp.c | 896 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/wpa_supplicant/ |
D | mesh_mpm.c | 215 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_mpm.c | 215 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
|