Lines Matching full:cutthrough
3462 return (!s->server && /* cutthrough only applies to clients */3465 s->s3->in_read_app_data == 0 && /* cutthrough only applies to write() */3466 (SSL_get_mode((SSL*)s) & SSL_MODE_HANDSHAKE_CUTTHROUGH) && /* cutthrough enabled */3467 ssl3_can_cutthrough(s) && /* cutthrough allowed */