Home
last modified time | relevance | path

Searched refs:_msg_cb (Results 1 – 5 of 5) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICTLS_legacy.cc48 QUICTLS::_msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl,… in _msg_cb() function in QUICTLS
283 SSL_set_msg_callback(this->_ssl, QUICTLS::_msg_cb); in _process_post_handshake_messages()
H A DQUICTLS.h111 …static void _msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *…
H A DQUICTLS_openssl.cc119 QUICTLS::_msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl,… in _msg_cb() function in QUICTLS
H A DQUICTLS_boringssl.cc167 QUICTLS::_msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl,… in _msg_cb() function in QUICTLS
H A DQUICTLS.cc434 SSL_set_msg_callback(this->_ssl, QUICTLS::_msg_cb); in _handshake()