Home | History | Annotate | Download | only in ssl

Lines Matching full:do_tls13_handshake

1016   /* do_tls13_handshake runs the TLS 1.3 handshake. On completion, it returns
1019 enum ssl_hs_wait_t (*do_tls13_handshake)(SSL_HANDSHAKE *hs);
1021 /* wait contains the operation |do_tls13_handshake| is currently blocking on
1032 * depend on |do_tls13_handshake| but the starting state is always zero. */
1255 /* The following are implementations of |do_tls13_handshake| for the client and