Searched refs:TLScontext_index (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_server.c179 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0)
250 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0)
297 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index);
382 if (TLScontext_index < 0) {
383 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) {
713 if (!SSL_set_ex_data(TLScontext->con, TLScontext_index, TLScontext)) {
H A Dtls_client.c220 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0)
314 if (TLScontext_index < 0) {
315 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) {
861 if (!SSL_set_ex_data(TLScontext->con, TLScontext_index, TLScontext)) {
H A Dtls_verify.c163 TLScontext = SSL_get_ex_data(con, TLScontext_index);
H A Dtls.h571 extern int TLScontext_index;
H A Dtls_dane.c2168 if (TLScontext_index < 0)
2169 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0)
2209 || !SSL_set_ex_data(tctx->con, TLScontext_index, tctx)) {
H A Dtls_misc.c244 int TLScontext_index = -1; variable

Completed in 84 milliseconds