/third_party/node/deps/openssl/openssl/crypto/conf/ |
D | conf_def.h | 30 #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 …]
|
D | conf_lib.c | 26 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 …]
|
D | conf_def.c | 53 #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() 614 static void clear_comments(CONF *conf, char *p) in clear_comments() 651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() 904 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() 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/conf/ |
D | conf_def.h | 30 #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 …]
|
D | conf_lib.c | 26 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 …]
|
D | conf_def.c | 53 #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() 614 static void clear_comments(CONF *conf, char *p) in clear_comments() 651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() 904 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() 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/ |
D | ts_conf.c | 123 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/openssl/openssl/crypto/ts/ |
D | ts_conf.c | 123 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/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
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | bin.js | 3 const run = conf => { argument 78 const shouldJSON = (conf, result) => argument 85 const pretty = (conf, result) => argument 90 const conf = parse(args) constant 126 const conf = { variable
|
/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 …]
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_conf.c | 34 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/openssl/crypto/x509/ |
D | v3_conf.c | 34 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/ |
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() 818 _eglGetConfigAttrib(_EGLDisplay *disp, _EGLConfig *conf, in _eglGetConfigAttrib() 844 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
|
/third_party/libcoap/tests/ |
D | test_oscore.c | 61 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_1_1() local 125 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_1_2() local 188 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_2_1() local 251 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_2_2() local 316 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_3_1() local 381 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_3_2() local 437 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_4() local 504 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_5() local 573 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_6() local 651 const coap_str_const_t conf = { sizeof(conf_data)-1, in t_oscore_c_7() local [all …]
|
/third_party/mbedtls/tests/scripts/ |
D | depends.py | 134 def option_exists(conf, option): argument 137 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument 156 def set_reference_config(conf, options, colors): argument 195 def configure(self, conf, options, colors): argument 393 def __init__(self, options, conf): argument 453 def run(options, job, conf, colors=NO_COLORS): argument 465 def run_tests(options, domain_data, conf): argument
|
/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/mbedtls/library/ |
D | ssl_tls.c | 91 int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid() 1301 const mbedtls_ssl_config *conf = ssl->conf; in ssl_conf_version_check() local 1386 const mbedtls_ssl_config *conf) in mbedtls_ssl_setup() 1616 void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) in mbedtls_ssl_conf_endpoint() 1621 void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) in mbedtls_ssl_conf_transport() 1627 void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) in mbedtls_ssl_conf_dtls_anti_replay() 1633 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit() 1646 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() 1654 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode() 1660 void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify() [all …]
|
/third_party/node/deps/npm/test/lib/utils/completion/ |
D | installed-shallow.js | 30 const opt = { conf: { argv: { remain: [] } } } property 42 const opt = { conf: { argv: { remain: [] } } } property 52 const opt = { conf: { argv: { remain: [1, 2, 3, 4, 5, 6] } } } property
|
/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 612 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local 757 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local 823 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local 1091 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local 1281 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local 1375 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local 1431 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local [all …]
|