Searched refs:SSL_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h1747 # define SSL_get_state(a) SSL_state(a)
1748 # define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK)
1749 # define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
1750 # define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)
1751 # define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
1752 # define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
2453 int SSL_state(const SSL *ssl);
H A Dssl_lib.c3275 int SSL_state(const SSL *ssl) function
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c2630 && SSL_state(con) == SSL3_ST_SR_CLNT_HELLO_C) {

Completed in 111 milliseconds