| /src/external/mpl/bind/dist/lib/ns/ |
| listenlist.c | 35 const ns_listen_tls_params_t *tls_params, 44 REQUIRE(!tls || (tls_params != NULL && tlsctx_cache != NULL)); 54 result = isc_tlsctx_cache_find(tlsctx_cache, tls_params->name, 62 INSIST(tls_params->name != NULL && 63 *tls_params->name != '\0'); 66 tls_params->key, tls_params->cert, &sslctx); 86 if (tls_params->ca_file != NULL) { 89 tls_params->ca_file, &store); 108 sslctx, tls_params->ca_file) [all...] |
| /src/external/ibm-public/postfix/dist/src/tlsproxy/ |
| tlsproxy_state.c | 120 state->tls_params = 0; 158 if (state->tls_params) 159 tls_proxy_client_param_free(state->tls_params);
|
| tlsproxy.h | 44 TLS_CLIENT_PARAMS *tls_params; /* globals not part of init_props */ member in struct:__anon23200
|
| tlsproxy.c | 1247 static TLS_APPL_STATE *tlsp_client_init(TLS_CLIENT_PARAMS *tls_params, 1269 tls_params); 1470 (void *) &state->tls_params), 1480 state->appl_state = tlsp_client_init(state->tls_params, 1780 TLS_CLIENT_PARAMS tls_params; local 1792 (void) tls_proxy_client_param_from_config(&tls_params); 1808 if (tlsp_client_init(&tls_params, &init_props) == 0)
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_clnt.c | 13 /* serverid, tls_params, init_props, start_props) 22 /* void *tls_params; 93 /* .IP tls_params 158 void *tls_params, 218 SEND_ATTR_FUNC(tls_proxy_client_param_print, tls_params), 226 SEND_ATTR_FUNC(tls_proxy_server_param_print, tls_params),
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| listenlist.h | 89 const ns_listen_tls_params_t *tls_params, 97 * \li 'tls_params' is a valid, non-'NULL' pointer if 'tls' equals 'true'. 104 const ns_listen_tls_params_t *tls_params,
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 804 TLS_CLIENT_PARAMS tls_params; local 859 tls_proxy_client_param_from_config(&tls_params),
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_proto.c | 1041 TLS_CLIENT_PARAMS tls_params; local 1114 tls_proxy_client_param_from_config(&tls_params),
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 462 const ns_listen_tls_params_t *tls_params, 11408 ns_listen_tls_params_t tls_params = { 0 }; local 11518 tls_params = (ns_listen_tls_params_t){ 11619 CHECK(listenelt_http(http_server, family, do_tls, &tls_params, 11626 &tls_params, tlsctx_cache, proxy, 11646 const ns_listen_tls_params_t *tls_params, 11662 INSIST(tls_params != NULL); 11663 INSIST((tls_params->key == NULL) == (tls_params->cert == NULL)); 11715 mctx, port, NULL, family, tls, tls_params, tlsctx_cache, proxy [all...] |