Home
last modified time | relevance | path

Searched refs:SSL_get_state (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_in_init.pod10 SSL_get_state
24 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
48 SSL_get_state() returns a value indicating the current state of the handshake
93 SSL_get_state() returns the current handshake state.
/third_party/openssl/ssl/
Dssl_stat.c19 switch (SSL_get_state(s)) { in SSL_state_string_long()
126 switch (SSL_get_state(s)) { in SSL_state_string()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c172 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
430 if (SSL_get_state(ssl) != TLS_ST_OK) return 1; in SSL_shutdown()
/third_party/openssl/ssl/record/
Drec_layer_d1.c171 (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()
Drec_layer_s3.c853 if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO in do_ssl3_write()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h643 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c851 states, SSL_get_state (priv->ssl), SSL_state_string_long (priv->ssl)); in log_state()
859 states, SSL_get_state (priv->ssl), SSL_state_string_long (priv->ssl)); in log_state()
/third_party/openssl/ssl/statem/
Dstatem.c66 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
/third_party/openssl/doc/man7/
Dssl.pod581 =item int B<SSL_get_state>(const SSL *ssl);
685 =item OSSL_HANDSHAKE_STATE B<SSL_get_state>(const SSL *ssl);
/third_party/openssl/util/
Dlibssl.num120 SSL_get_state 121 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1997 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
/third_party/openssl/apps/
Ds_server.c2801 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { in init_ssl_connection()
/third_party/libcoap/src/
Dcoap_openssl.c608 if (where == SSL_CB_HANDSHAKE_START && SSL_get_state(ssl) == TLS_ST_OK) in coap_dtls_info_callback()
/third_party/openssl/
DCHANGES2134 has been removed and replaced by SSL_get_state which now returns an