Searched refs:SSL_in_false_start (Results 1 – 3 of 3) sorted by relevance
201 if (!ssl->in_handshake && SSL_in_init(ssl) && !SSL_in_false_start(ssl)) { in ssl3_write_bytes()
2275 int SSL_in_false_start(const SSL *ssl) { in SSL_in_false_start() function2280 return SSL_in_false_start(ssl); in SSL_cutthrough_complete()
1231 OPENSSL_EXPORT int SSL_in_false_start(const SSL *ssl);