Lines Matching refs:ssl_print_hex
600 static void ssl_print_hex(BIO *bio, int indent, const char *name, in ssl_print_hex() function
626 ssl_print_hex(bio, indent, name, p, blen); in ssl_print_hexbuf()
668 ssl_print_hex(bio, indent + 2, "random_bytes", p, 28); in ssl_print_random()
778 ssl_print_hex(bio, indent + 4, "client_verify_data", ext, xlen); in ssl_print_extension()
781 ssl_print_hex(bio, indent + 4, "server_verify_data", ext, xlen); in ssl_print_extension()
794 ssl_print_hex(bio, indent + 4, "ticket", ext, extlen); in ssl_print_extension()
832 ssl_print_hex(bio, indent + 4, "key_exchange: ", ext, share_len); in ssl_print_extension()
1102 ssl_print_hex(bio, indent + 2, in ssl_print_client_keyex()
1473 ssl_print_hex(bio, indent + 2, "verify_data", msg, msglen); in ssl_print_handshake()
1478 ssl_print_hex(bio, indent + 2, "unexpected value", msg, msglen); in ssl_print_handshake()
1494 ssl_print_hex(bio, indent + 2, "unexpected value", msg, msglen); in ssl_print_handshake()
1525 ssl_print_hex(bio, 0, " too short message", msg, msglen); in SSL_trace()
1561 ssl_print_hex(bio, 4, "unknown value", msg, msglen); in SSL_trace()