Lines Matching defs:session_id
147 CBS cipher_suites, client_random, compression_methods, session_id;
159 if (!CBS_get_u8_length_prefixed(cbs, &session_id))
181 if (!ctx->middlebox_compat && CBS_len(&session_id) != 0) {
200 if (!tls13_clienthello_hash_update(ctx, &session_id)) {
252 if (CBS_len(&session_id) != 0 &&
253 CBS_len(&session_id) != sizeof(ctx->hs->tls13.legacy_session_id)) {
257 if (!CBS_write_bytes(&session_id, ctx->hs->tls13.legacy_session_id,
334 CBB session_id;
350 if (!CBB_add_u8_length_prefixed(cbb, &session_id))
352 if (!CBB_add_bytes(&session_id, ctx->hs->tls13.legacy_session_id,