Lines Matching refs:early
642 /* Frequently-used boolean or byte fields (placed early to take
656 /* Flag indicating if the server has accepted early data or not. */
1006 unsigned char early[MBEDTLS_TLS1_3_MD_MAX_SIZE];
1013 /** TLS 1.3 transform for early data and handshake messages. */
2160 * The client has not sent the first ClientHello yet, the negotiation of early
2166 * In its ClientHello, the client has not included an early data indication
2172 * The client has sent an early data indication extension in its first
2174 * HelloRetryRequest) from the server yet. The transform to protect early data
2181 * The client has sent an early data indication extension in its first
2183 * HelloRetryRequest) from the server yet. The transform to protect early data
2184 * has been set and early data can be written now.
2189 * The client has indicated the use of early data and the server has accepted
2195 * The client has indicated the use of early data but the server has rejected
2201 * The client has sent an early data indication extension in its first
2203 * server Finished message. It cannot send early data to the server anymore.