Searched defs:session (Results 1 – 9 of 9) sorted by relevance
/curl/lib/vtls/ |
H A D | gtls.h | 67 gnutls_session_t session; member
|
H A D | gtls.c | 248 gnutls_session_t session; in handshake() local 718 gnutls_session_t session, in Curl_gtls_cache_session() 776 int Curl_glts_get_ietf_proto(gnutls_session_t session) in Curl_glts_get_ietf_proto() 796 gnutls_session_t session) in cf_gtls_update_session_id() 804 static int gtls_handshake_cb(gnutls_session_t session, unsigned int htype, in gtls_handshake_cb() 1075 static int keylog_callback(gnutls_session_t session, const char *label, in keylog_callback() 1360 gnutls_session_t session, in Curl_gtls_verifyserver() 1803 gnutls_session_t session) in gtls_verifyserver()
|
H A D | bearssl.c | 614 const br_ssl_session_parameters *session; in bearssl_connect_step1() local 766 br_ssl_session_parameters session; in bearssl_connect_step2() local 830 br_ssl_session_parameters *session; in bearssl_connect_step3() local
|
H A D | wolfssl.c | 402 WOLFSSL_SESSION *session, in Curl_wssl_cache_session() 449 static int wssl_vtls_new_session_cb(WOLFSSL *ssl, WOLFSSL_SESSION *session) in wssl_vtls_new_session_cb() 479 WOLFSSL_SESSION *session; in Curl_wssl_setup_session() local
|
H A D | mbedtls.c | 889 mbedtls_ssl_session session; local 1131 mbedtls_ssl_session session; local
|
H A D | openssl.c | 861 const SSL_SESSION *session = SSL_get_session(ssl); in ossl_log_tls12_secret() local 3045 SSL_SESSION *session, in Curl_ossl_add_session()
|
/curl/lib/ |
H A D | cf-h2-proxy.c | 644 static int proxy_h2_on_frame_send(nghttp2_session *session, in proxy_h2_on_frame_send() 664 static int proxy_h2_on_frame_recv(nghttp2_session *session, in proxy_h2_on_frame_recv() 740 static int proxy_h2_on_header(nghttp2_session *session, in proxy_h2_on_header() 808 static ssize_t tunnel_send_callback(nghttp2_session *session, in tunnel_send_callback() 848 static int tunnel_recv_callback(nghttp2_session *session, uint8_t flags, in tunnel_recv_callback() 876 static int proxy_h2_on_stream_close(nghttp2_session *session, in proxy_h2_on_stream_close()
|
H A D | http2.c | 1277 static int on_frame_send(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send() 1296 static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv() 1374 static int on_data_chunk_recv(nghttp2_session *session, uint8_t flags, in on_data_chunk_recv() 1411 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close() 1469 static int on_begin_headers(nghttp2_session *session, in on_begin_headers() 1496 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header() 1659 static ssize_t req_body_read_callback(nghttp2_session *session, in req_body_read_callback() 1708 static int error_callback(nghttp2_session *session, in error_callback()
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 2203 static int quic_gtls_handshake_cb(gnutls_session_t session, unsigned int htype, in quic_gtls_handshake_cb() 2249 static int wssl_quic_new_session_cb(WOLFSSL *ssl, WOLFSSL_SESSION *session) in wssl_quic_new_session_cb()
|
Completed in 52 milliseconds