Searched refs:ssl_msg_callback (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c267 ssl_msg_callback(int is_write, int version, int content_type, const void *buf, function
415 SSL_set_msg_callback(client, ssl_msg_callback);
417 SSL_set_msg_callback(server, ssl_msg_callback);
/openbsd-current/lib/libssl/
H A Dssl_both.c153 ssl_msg_callback(s, 1, type, s->init_buf->data,
307 ssl_msg_callback(s, 0,
365 ssl_msg_callback(s, 0, SSL3_RT_HANDSHAKE,
H A Dssl_pkt.c1307 ssl_msg_callback(s, 1, SSL3_RT_ALERT, s->s3->send_alert, 2);
H A Dssl_local.h1244 void ssl_msg_callback(SSL *s, int is_write, int content_type,
H A Dssl_lib.c3039 ssl_msg_callback(SSL *s, int is_write, int content_type, function
3052 ssl_msg_callback(s, is_write, content_type, CBS_data(cbs), CBS_len(cbs));

Completed in 280 milliseconds