Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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.
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_stat.c19 switch (SSL_get_state(s)) { in SSL_state_string_long()
126 switch (SSL_get_state(s)) { in SSL_state_string()
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map293 SSL_get_state;
/freebsd-13-stable/crypto/openssl/ssl/record/
HDrec_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()
HDrec_layer_s3.c886 if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO in do_ssl3_write()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem.c66 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod581 =item int B<SSL_get_state>(const SSL *ssl);
685 =item OSSL_HANDSHAKE_STATE B<SSL_get_state>(const SSL *ssl);
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h2011 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
/freebsd-13-stable/crypto/openssl/apps/
HDs_server.c2840 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { in init_ssl_connection()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2804 MLINKS+= SSL_in_init.3 SSL_get_state.3
/freebsd-13-stable/crypto/openssl/
HDCHANGES2306 has been removed and replaced by SSL_get_state which now returns an