| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ldap-tls.h | 24 struct tls_ctx; 29 typedef struct tls_ctx tls_ctx; typedef in typeref:struct:tls_ctx 35 typedef tls_ctx *(TI_ctx_new)(struct ldapoptions *lo); 36 typedef void (TI_ctx_ref)(tls_ctx *ctx); 37 typedef void (TI_ctx_free)(tls_ctx *ctx); 41 typedef tls_session *(TI_session_new)(tls_ctx *ctx, int is_server);
|
| ldap-tls.h | 24 struct tls_ctx; 29 typedef struct tls_ctx tls_ctx; typedef in typeref:struct:tls_ctx 35 typedef tls_ctx *(TI_ctx_new)(struct ldapoptions *lo); 36 typedef void (TI_ctx_ref)(tls_ctx *ctx); 37 typedef void (TI_ctx_free)(tls_ctx *ctx); 41 typedef tls_session *(TI_session_new)(tls_ctx *ctx, int is_server);
|
| /src/external/mpl/bind/dist/bin/tests/ |
| test_client.c | 71 static isc_tlsctx_t *tls_ctx = NULL; variable 300 if (tls_ctx) { 301 isc_tlsctx_free(&tls_ctx); 389 isc_tlsctx_createclient(&tls_ctx); 393 timeout, tls_ctx, NULL, NULL, 411 isc_tlsctx_createclient(&tls_ctx); 414 req_url, is_post, connect_cb, NULL, tls_ctx,
|
| test_server.c | 47 static isc_tlsctx_t *tls_ctx = NULL; variable 177 if (tls_ctx) { 178 isc_tlsctx_free(&tls_ctx); 259 isc_tlsctx_createserver(NULL, NULL, &tls_ctx); 263 accept_cb, NULL, 0, NULL, tls_ctx, ISC_NM_PROXY_NONE, 273 isc_tlsctx_createserver(NULL, NULL, &tls_ctx); 282 tls_ctx, eps, 0, ISC_NM_PROXY_NONE, &sock);
|
| test_client.c | 71 static isc_tlsctx_t *tls_ctx = NULL; variable 300 if (tls_ctx) { 301 isc_tlsctx_free(&tls_ctx); 389 isc_tlsctx_createclient(&tls_ctx); 393 timeout, tls_ctx, NULL, NULL, 411 isc_tlsctx_createclient(&tls_ctx); 414 req_url, is_post, connect_cb, NULL, tls_ctx,
|
| test_server.c | 47 static isc_tlsctx_t *tls_ctx = NULL; variable 177 if (tls_ctx) { 178 isc_tlsctx_free(&tls_ctx); 259 isc_tlsctx_createserver(NULL, NULL, &tls_ctx); 263 accept_cb, NULL, 0, NULL, tls_ctx, ISC_NM_PROXY_NONE, 273 isc_tlsctx_createserver(NULL, NULL, &tls_ctx); 282 tls_ctx, eps, 0, ISC_NM_PROXY_NONE, &sock);
|
| /src/usr.bin/nc/ |
| netcat.c | 149 void report_tls(struct tls *tls_ctx, char * host, char *tlsexpectname); 171 struct tls *tls_ctx = NULL; local 565 if ((tls_ctx = tls_server()) == NULL) 567 if (tls_configure(tls_ctx, tls_cfg) == -1) 569 tls_error(tls_ctx)); 622 (tls_cctx = tls_setup_server(tls_ctx, connfd, host))) 677 if ((tls_ctx = tls_client()) == NULL) 679 if (tls_configure(tls_ctx, tls_cfg) == -1) 681 tls_error(tls_ctx)); 724 tls_setup_client(tls_ctx, s, host) [all...] |
| netcat.c | 149 void report_tls(struct tls *tls_ctx, char * host, char *tlsexpectname); 171 struct tls *tls_ctx = NULL; local 565 if ((tls_ctx = tls_server()) == NULL) 567 if (tls_configure(tls_ctx, tls_cfg) == -1) 569 tls_error(tls_ctx)); 622 (tls_cctx = tls_setup_server(tls_ctx, connfd, host))) 677 if ((tls_ctx = tls_client()) == NULL) 679 if (tls_configure(tls_ctx, tls_cfg) == -1) 681 tls_error(tls_ctx)); 724 tls_setup_client(tls_ctx, s, host) [all...] |
| /src/external/bsd/wpa/dist/src/radius/ |
| radius_client.c | 249 void *tls_ctx; member in struct:radius_client_data 509 out = tls_connection_encrypt(radius->tls_ctx, conn, buf); 927 out = tls_connection_encrypt(radius->tls_ctx, conn, buf); 999 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); 1007 if (tls_connection_get_failed(radius->tls_ctx, conn)) { 1012 if (tls_connection_established(radius->tls_ctx, conn)) { 1078 tls_connection_deinit(radius->tls_ctx, conn); 1164 out = tls_connection_decrypt(radius->tls_ctx, conn, in); 1334 tls_connection_deinit(radius->tls_ctx, 1346 tls_connection_deinit(radius->tls_ctx, [all...] |
| radius_client.c | 249 void *tls_ctx; member in struct:radius_client_data 509 out = tls_connection_encrypt(radius->tls_ctx, conn, buf); 927 out = tls_connection_encrypt(radius->tls_ctx, conn, buf); 999 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); 1007 if (tls_connection_get_failed(radius->tls_ctx, conn)) { 1012 if (tls_connection_established(radius->tls_ctx, conn)) { 1078 tls_connection_deinit(radius->tls_ctx, conn); 1164 out = tls_connection_decrypt(radius->tls_ctx, conn, in); 1334 tls_connection_deinit(radius->tls_ctx, 1346 tls_connection_deinit(radius->tls_ctx, [all...] |
| /src/external/bsd/nsd/dist/ |
| nsd.h | 411 SSL_CTX *tls_ctx; member in struct:nsd
|
| nsd.h | 411 SSL_CTX *tls_ctx; member in struct:nsd
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 506 TLS_APPL_STATE *tls_ctx; /* Application TLS context */ member in struct:STATE 928 ctx = state->tls_ctx, 976 tls_update_app_logmask(state->tls_ctx, state->log_mask); 1012 if ((state->wrapper_mode || words) && state->tls_ctx) 1706 tls_client_stop(state->tls_ctx, state->stream, 1820 if (state->tls_ctx != 0) 1821 tls_free_app_context(state->tls_ctx); 1885 state->tls_ctx =
|
| posttls-finger.c | 506 TLS_APPL_STATE *tls_ctx; /* Application TLS context */ member in struct:STATE 928 ctx = state->tls_ctx, 976 tls_update_app_logmask(state->tls_ctx, state->log_mask); 1012 if ((state->wrapper_mode || words) && state->tls_ctx) 1706 tls_client_stop(state->tls_ctx, state->stream, 1820 if (state->tls_ctx != 0) 1821 tls_free_app_context(state->tls_ctx); 1885 state->tls_ctx =
|