Lines Matching refs:state
132 (1) These options must remain in their default state of enabled.
343 The TLS 1.3 handshake protocol is implemented as a state machine. The
346 possible states of the state machine.
353 given state to be duplicated across several state handlers. For example, on
360 and outbound keys are updated. The `MBEDTLS_SSL_CLIENT_CERTIFICATE` state on
377 * coordination stage: check if the state should be bypassed. This stage is
390 `MBEDTLS_ERR_SSL_WANT_READ` without changing the current state and it will be
409 * state change: the state change is done in the main state handler to ease the
410 navigation of the state machine transitions.
416 * coordination stage: check if the state should be bypassed. This stage is
434 * state change: the state change is done in the main state handler to ease
435 the navigation of the state machine transitions.