tls13_clienthello_hash_update
if (!tls13_clienthello_hash_update(ctx, cbs))
int tls13_clienthello_hash_update(struct tls13_ctx *ctx, CBS *cbs);
if (!tls13_clienthello_hash_update(ctx, &client_random)) {
if (!tls13_clienthello_hash_update(ctx, &session_id)) {
if (!tls13_clienthello_hash_update(ctx, &cipher_suites)) {
if (!tls13_clienthello_hash_update(ctx, &compression_methods)) {