Searched refs:SSL_is_init_finished (Results 1 – 9 of 9) sorted by relevance
7 SSL_is_init_finished,19 int SSL_is_init_finished(const SSL *s);34 SSL_is_init_finished() returns 1 if the SSL/TLS connection is in a state where38 SSL_in_init(), SSL_in_before() and SSL_is_init_finished() can all return 0.90 SSL_in_init(), SSL_in_before(), SSL_is_init_finished(), SSL_in_connect_init()
81 or not by calling L<SSL_is_init_finished(3)>.167 to SSL_write_early_data() are not allowed. Call L<SSL_is_init_finished(3)> to188 L<SSL_is_init_finished(3)>. Alternatively, applications may choose to call
391 if (SSL_is_init_finished(s) && SSL3_RECORD_get_length(rr) == 0) { in dtls1_read_bytes()704 if (!ossl_assert(SSL_is_init_finished(s))) { in dtls1_read_bytes()
81 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished() function
206 SSL_is_init_finished 207 3_0_0 EXIST::FUNCTION:
2479 if (SSL_is_init_finished(con)) in sv_body()2701 && !SSL_is_init_finished(con)) { in sv_body()
2684 if (!SSL_is_init_finished(con) && SSL_total_renegotiations(con) == 0 in s_client_main()
2260 if (!SSL_is_init_finished(s)) { in SSL_key_update()5816 if (!SSL_is_init_finished(ssl)) { in SSL_verify_client_post_handshake()
1076 int SSL_is_init_finished(const SSL *s);
Completed in 40 milliseconds