Searched refs:session_ticket_cb (Results 1 – 14 of 14) sorted by relevance
57 tlsv1_server_session_ticket_cb session_ticket_cb; member
69 tlsv1_client_session_ticket_cb session_ticket_cb; member
174 if (conn->session_ticket_included && conn->session_ticket_cb) { in tls_process_server_hello()177 int res = conn->session_ticket_cb( in tls_process_server_hello()704 res = conn->session_ticket_cb( in tls_process_server_change_cipher_spec()
105 if (conn->session_ticket && conn->session_ticket_cb) { in tls_write_server_hello()106 int res = conn->session_ticket_cb( in tls_write_server_hello()
590 conn->session_ticket_cb = cb; in tlsv1_server_set_session_ticket_cb()
671 conn->session_ticket_cb = cb; in tlsv1_client_set_session_ticket_cb()
68 tlsv1_client_session_ticket_cb session_ticket_cb; member
174 if (conn->session_ticket_included && conn->session_ticket_cb) { in tls_process_server_hello()177 int res = conn->session_ticket_cb( in tls_process_server_hello()703 res = conn->session_ticket_cb( in tls_process_server_change_cipher_spec()
104 if (conn->session_ticket && conn->session_ticket_cb) { in tls_write_server_hello()105 int res = conn->session_ticket_cb( in tls_write_server_hello()
594 conn->session_ticket_cb = cb; in tlsv1_server_set_session_ticket_cb()
669 conn->session_ticket_cb = cb; in tlsv1_client_set_session_ticket_cb()
78 tls_session_ticket_cb session_ticket_cb; member2600 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_sess_sec_cb()2603 ret = conn->session_ticket_cb(conn->session_ticket_cb_ctx, in tls_sess_sec_cb()2625 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_session_ticket_ext_cb()2652 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_hello_ext_cb()2677 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_hello_ext_cb()2710 conn->session_ticket_cb = cb; in tls_connection_set_session_ticket_cb()
77 tls_session_ticket_cb session_ticket_cb; member2853 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_sess_sec_cb()2856 ret = conn->session_ticket_cb(conn->session_ticket_cb_ctx, in tls_sess_sec_cb()2878 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_session_ticket_ext_cb()2905 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_hello_ext_cb()2930 if (conn == NULL || conn->session_ticket_cb == NULL) in tls_hello_ext_cb()2963 conn->session_ticket_cb = cb; in tls_connection_set_session_ticket_cb()