Home | History | Annotate | Download | only in statem

Lines Matching defs:hrr

595          * We only get here in TLSv1.3. We just received an HRR, so issue a
732 * This must be a second ClientHello after an HRR following an
1421 /* ServerHello selected a different ciphersuite to that in the HRR */
1471 int hrr = 0;
1502 hrr = 1;
1537 if (PACKET_remaining(pkt) == 0 && !hrr) {
1545 if (!hrr) {
1560 if (SSL_CONNECTION_IS_TLS13(s) || hrr) {
1576 if (hrr) {
1892 * for HRR messages.