Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 24 of 24) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c616 if (!conf) { in altcp_mbedtls_setup()
816 mbedtls_ssl_config_init(&conf->conf); in altcp_tls_create_config()
860 return conf; in altcp_tls_create_config()
870 mbedtls_ssl_conf_ca_chain(&conf->conf, NULL, NULL); in altcp_tls_create_config_server()
871 return conf; in altcp_tls_create_config_server()
943 return conf; in altcp_tls_create_config_server_privkey_cert()
967 mbedtls_ssl_conf_ca_chain(&conf->conf, conf->ca, NULL); in altcp_tls_create_config_client_common()
969 return conf; in altcp_tls_create_config_client_common()
1013 ret = mbedtls_ssl_conf_own_cert(&conf->conf, conf->cert, conf->pkey); in altcp_tls_create_config_client_2wayauth()
1020 return conf; in altcp_tls_create_config_client_2wayauth()
[all …]
H A Daltcp_tls_mbedtls_mem.c172 altcp_mbedtls_alloc(void *conf) in altcp_mbedtls_alloc() argument
176 ret->conf = conf; in altcp_mbedtls_alloc()
182 altcp_mbedtls_free(void *conf, altcp_mbedtls_state_t *state) in altcp_mbedtls_free() argument
184 LWIP_UNUSED_ARG(conf); in altcp_mbedtls_free()
H A Daltcp_tls_mbedtls_mem.h61 altcp_mbedtls_state_t *altcp_mbedtls_alloc(void *conf);
62 void altcp_mbedtls_free(void *conf, altcp_mbedtls_state_t *state);
H A Daltcp_tls_mbedtls_structs.h65 void *conf; member
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl.h1279 const mbedtls_ssl_config *conf );
1357 void mbedtls_ssl_conf_verify( mbedtls_ssl_config *conf,
1369 void mbedtls_ssl_conf_rng( mbedtls_ssl_config *conf,
1387 void mbedtls_ssl_conf_dbg( mbedtls_ssl_config *conf,
2050 void mbedtls_ssl_conf_ca_chain( mbedtls_ssl_config *conf,
2090 int mbedtls_ssl_conf_own_cert( mbedtls_ssl_config *conf,
2116 int mbedtls_ssl_conf_psk( mbedtls_ssl_config *conf,
2160 void mbedtls_ssl_conf_psk_cb( mbedtls_ssl_config *conf,
2265 void mbedtls_ssl_conf_curves( mbedtls_ssl_config *conf,
2384 void mbedtls_ssl_conf_sni( mbedtls_ssl_config *conf,
[all …]
H A Dssl_internal.h753 key_cert = ssl->conf->key_cert; in mbedtls_ssl_own_key()
765 key_cert = ssl->conf->key_cert; in mbedtls_ssl_own_cert()
793 if( ssl->conf->transport == MBEDTLS_SSL_TRANSPORT_DATAGRAM ) in mbedtls_ssl_hdr_len()
804 if( ssl->conf->transport == MBEDTLS_SSL_TRANSPORT_DATAGRAM ) in mbedtls_ssl_hs_hdr_len()
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c1049 ssl->conf->f_export_keys( ssl->conf->p_export_keys, in mbedtls_ssl_derive_keys()
1678 ret = ssl->conf->f_rng( ssl->conf->p_rng, ssl->transform_out->iv_enc, in ssl_encrypt_buf()
6493 if( ssl->conf->f_set_cache( ssl->conf->p_cache, ssl->session ) != 0 ) in mbedtls_ssl_handshake_wrapup()
6996 ssl->conf = conf; in mbedtls_ssl_setup()
7032 ssl->conf = NULL; in mbedtls_ssl_setup()
7474 mbedtls_platform_zeroize( conf->psk, conf->psk_len ); in mbedtls_ssl_conf_psk()
7500 memcpy( conf->psk, psk, conf->psk_len ); in mbedtls_ssl_conf_psk()
7501 memcpy( conf->psk_identity, psk_identity, conf->psk_identity_len ); in mbedtls_ssl_conf_psk()
7537 conf->f_psk = f_psk; in mbedtls_ssl_conf_psk_cb()
7538 conf->p_psk = p_psk; in mbedtls_ssl_conf_psk_cb()
[all …]
H A Dssl_srv.c149 ret = ssl->conf->f_sni( ssl->conf->p_sni, in ssl_parse_servername_ext()
896 ( ssl->conf->psk == NULL || ssl->conf->psk_identity == NULL || in ssl_ciphersuite_match()
1574 if( ssl->conf->f_cookie_check( ssl->conf->p_cookie, in ssl_parse_client_hello()
2394 if( ( ret = ssl->conf->f_cookie_write( ssl->conf->p_cookie, in ssl_write_hello_verify_request()
2487 if( ( ret = ssl->conf->f_rng( ssl->conf->p_rng, p, 4 ) ) != 0 ) in ssl_write_server_hello()
2960 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_prepare_server_key_exchange()
3023 ssl->conf->f_rng, ssl->conf->p_rng ) ) != 0 ) in ssl_prepare_server_key_exchange()
3087 ssl->conf->f_rng, ssl->conf->p_rng ) ) != 0 ) in ssl_prepare_server_key_exchange()
3570 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_decrypt_encrypted_pms()
3987 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_parse_client_key_exchange()
[all …]
H A Dssl_cli.c732 if( ( ret = ssl->conf->f_rng( ssl->conf->p_rng, p, 4 ) ) != 0 ) in ssl_generate_random()
738 if( ( ret = ssl->conf->f_rng( ssl->conf->p_rng, p, 28 ) ) != 0 ) in ssl_generate_random()
908 ret = ssl->conf->f_rng( ssl->conf->p_rng, in ssl_write_client_hello()
2404 if( ( ret = ssl->conf->f_rng( ssl->conf->p_rng, p + 2, 46 ) ) != 0 ) in ssl_write_encrypted_pms()
3186 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_write_client_key_exchange()
3237 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_write_client_key_exchange()
3290 if( ssl->conf->psk == NULL || ssl->conf->psk_identity == NULL ) in ssl_write_client_key_exchange()
3350 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_write_client_key_exchange()
3367 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_write_client_key_exchange()
3410 ssl->conf->f_rng, ssl->conf->p_rng ); in ssl_write_client_key_exchange()
[all …]
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/reactos/dll/win32/schannel/
H A Dschannel_mbedtls.c74 mbedtls_ssl_config conf; member
211 mbedtls_ssl_config_init(&s->conf); in schan_imp_create_session()
212 mbedtls_ssl_config_defaults(&s->conf, MBEDTLS_SSL_IS_CLIENT, in schan_imp_create_session()
223 mbedtls_ssl_conf_authmode(&s->conf, MBEDTLS_SSL_VERIFY_NONE); in schan_imp_create_session()
226 mbedtls_ssl_conf_rng(&s->conf, mbedtls_ctr_drbg_random, &s->ctr_drbg); in schan_imp_create_session()
229 mbedtls_ssl_conf_dbg(&s->conf, schan_imp_debug, stdout); in schan_imp_create_session()
232 mbedtls_ssl_setup(&s->ssl, &s->conf); in schan_imp_create_session()
249 mbedtls_ssl_config_free(&s->conf); in schan_imp_dispose_session()
337 …const mbedtls_x509_crt *server_cert = (conf->endpoint == MBEDTLS_SSL_IS_SERVER) ? conf->ca_chain :… in schannel_get_kx_key_size()
356 return (conf->endpoint == MBEDTLS_SSL_IS_CLIENT) ? SP_PROT_SSL3_CLIENT : in schannel_get_protocol()
[all …]
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Daltcp_tls.h111 int altcp_tls_configure_alpn_protocols(struct altcp_tls_config *conf, const char **protos);
116 void altcp_tls_free_config(struct altcp_tls_config *conf);
/reactos/drivers/network/tcpip/lwip/src/apps/http/
H A Daltcp_proxyconnect.c68 struct altcp_proxyconnect_config *conf; member
331 state->conf = config; in altcp_proxyconnect_setup()
480 …return altcp_connect(conn->inner_conn, &state->conf->proxy_addr, state->conf->proxy_port, altcp_pr… in altcp_proxyconnect_connect()
H A Dhttpd.c2709 httpd_inits(struct altcp_tls_config *conf) argument
2712 struct altcp_pcb *pcb_tls = altcp_tls_new(conf, IPADDR_TYPE_ANY);
2716 LWIP_UNUSED_ARG(conf);
/reactos/base/services/nfsd/
H A D.gitattributes2 ms-nfs41-idmap.conf text eol=crlf
H A DCMakeLists.txt70 add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/ms-nfs41-idmap.conf" DESTINATION reactos/system32/dri…
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dhttpd.h249 void httpd_inits(struct altcp_tls_config *conf);
/reactos/sdk/lib/3rdparty/adns/
H A DREADME31 * Understands conventional resolv.conf, but this can overridden by
36 resolv.conf in favour of supplied configuration, etc.
109 they are usually listed in /etc/resolv.conf.
H A DINSTALL80 full-service resolvers listed in resolv.conf to handle these tasks.
85 nameservers in the adns configuration (eg resolv.conf).
H A Dchangelog147 * Reads /etc/resolv-adns.conf if it exists.
187 * Documentation of resolv.conf directives and options, and of environment
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A DPPPD_FOLLOWUP251 2013-05-11 - plugins/radius: Handle bindaddr keyword in radiusclient.conf
/reactos/sdk/lib/3rdparty/libxml2/
H A DTODO197 http://xmlsoft.org/conf/result.html
/reactos/media/drivers/etc/
H A Dservices2085 insitu-conf 1490/tcp #insitu-conf
2086 insitu-conf 1490/udp #insitu-conf
3105 emce 2004/udp #CCWS mm conf
7142 proshareaudio 5713/tcp #proshare conf audio
7143 proshareaudio 5713/udp #proshare conf audio
7144 prosharevideo 5714/tcp #proshare conf video
7145 prosharevideo 5714/udp #proshare conf video
7146 prosharedata 5715/tcp #proshare conf data
7147 prosharedata 5715/udp #proshare conf data
7150 prosharenotify 5717/tcp #proshare conf notify
[all …]
/reactos/base/applications/regedit/lang/
H A Des-ES.rc551 …a involuntaria y hacer que algunos componentes dejen de funcionar.\nSi no confía del origen de la …