Searched refs:SSL_get_state (Results 1 – 11 of 11) sorted by relevance
10 SSL_get_state24 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);48 SSL_get_state() returns a value indicating the current state of the handshake93 SSL_get_state() returns the current handshake state.
19 switch (SSL_get_state(s)) { in SSL_state_string_long()126 switch (SSL_get_state(s)) { in SSL_state_string()
293 SSL_get_state;
171 (SSL_get_state(s) == TLS_ST_SR_FINISHED in dtls1_buffer_record()172 || SSL_get_state(s) == TLS_ST_CR_FINISHED)) { in dtls1_buffer_record()
886 if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO in do_ssl3_write()
66 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
581 =item int B<SSL_get_state>(const SSL *ssl);685 =item OSSL_HANDSHAKE_STATE B<SSL_get_state>(const SSL *ssl);
2011 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
2840 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { in init_ssl_connection()
2804 MLINKS+= SSL_in_init.3 SSL_get_state.3
2306 has been removed and replaced by SSL_get_state which now returns an