Searched refs:msg_type (Results 1 – 1 of 1) sorted by relevance
2654 int msg_type, txt_len; in ossl_trace() local2670 msg_type = *(char *)buf; in ossl_trace()2674 msg_type = (((char *)buf)[0] << 8) + ((char *)buf)[1]; in ossl_trace()2675 msg_name = SSL_alert_desc_string_long(msg_type); in ossl_trace()2678 msg_type = *(char *)buf; in ossl_trace()2679 msg_name = ssl_msg_type(ssl_ver, msg_type); in ossl_trace()2685 tls_rt_name, msg_name, msg_type); in ossl_trace()
Completed in 13 milliseconds