HomeSort by: relevance | last modified time | path
    Searched defs:TLScontext (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_stream.c 101 TLS_SESS_STATE *TLScontext;
103 TLScontext = (TLS_SESS_STATE *) context;
104 if (!TLScontext)
107 ret = tls_bio_read(fd, buf, len, timeout, TLScontext);
108 if (ret > 0 && (TLScontext->log_mask & TLS_LOG_ALLPKTS))
121 TLS_SESS_STATE *TLScontext;
123 TLScontext = (TLS_SESS_STATE *) context;
124 if (!TLScontext)
127 if (TLScontext->log_mask & TLS_LOG_ALLPKTS)
130 ret = tls_bio_write(fd, buf, len, timeout, TLScontext);
    [all...]
tls_session.c 11 /* void tls_session_stop(ctx, stream, timeout, failure, TLScontext)
16 /* TLS_SESS_STATE *TLScontext;
92 int failure, TLS_SESS_STATE *TLScontext)
100 if (TLScontext == 0)
123 if (!failure && !SSL_in_init(TLScontext->con)) {
124 retval = tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext);
126 tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext);
128 tls_free_context(TLScontext);
tls_verify.c 16 /* int tls_log_verify_error(TLScontext, tlsrpt)
17 /* TLS_SESS_STATE *TLScontext;
20 /* char *tls_peer_CN(peercert, TLScontext)
22 /* TLS_SESS_STATE *TLScontext;
24 /* char *tls_issuer_CN(peercert, TLScontext)
26 /* TLS_SESS_STATE *TLScontext;
59 /* SSL application context. This links to the Postfix TLScontext
66 /* .IP TLScontext
125 static void update_error_state(X509_STORE_CTX *ctx, TLS_SESS_STATE *TLScontext,
137 if (TLScontext->errordepth >= 0)
    [all...]
tls_client.c 17 /* TLS_SESS_STATE *tls_client_post_connect(TLScontext, start_props)
18 /* TLS_SESS_STATE *TLScontext;
21 /* void tls_client_stop(app_ctx, stream, failure, TLScontext)
25 /* TLS_SESS_STATE *TLScontext;
74 /* state is available via the TLScontext structure:
75 /* .IP TLScontext->protocol
77 /* .IP TLScontext->cipher_name
79 /* .IP TLScontext->cipher_usebits
81 /* .IP TLScontext->cipher_algbits
89 /* .IP TLScontext->peer_statu
    [all...]
tls_server.c 17 /* TLS_SESS_STATE *tls_server_post_accept(TLScontext)
18 /* TLS_SESS_STATE *TLScontext;
20 /* void tls_server_stop(app_ctx, stream, failure, TLScontext)
24 /* TLS_SESS_STATE *TLScontext;
50 /* state is available via the TLScontext structure:
51 /* .IP TLScontext->protocol
53 /* .IP TLScontext->cipher_name
55 /* .IP TLScontext->cipher_usebits
57 /* .IP TLScontext->cipher_algbits
65 /* .IP TLScontext->peer_statu
    [all...]
tls_misc.c 12 /* void tls_log_summary(role, usage, TLScontext)
15 /* TLS_SESS_STATE *TLScontext;
61 /* void tls_free_context(TLScontext)
62 /* TLS_SESS_STATE *TLScontext;
83 /* const char *tls_set_ciphers(TLScontext, grade, exclusions)
84 /* TLS_SESS_STATE *TLScontext;
88 /* void tls_get_signature_params(TLScontext)
89 /* TLS_SESS_STATE *TLScontext;
154 /* tls_free_context() destroys a TLScontext structure
197 /* tls_get_signature_params() updates the "TLScontext" with handshak
    [all...]

Completed in 17 milliseconds