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

/openbsd-current/lib/libssl/
H A Dssl.h705 #define SSL_get_state(a) (SSL_state((a)))
706 #define SSL_is_init_finished(a) (SSL_state((a)) == SSL_ST_OK)
707 #define SSL_in_init(a) (SSL_state((a))&SSL_ST_INIT)
708 #define SSL_in_before(a) (SSL_state((a))&SSL_ST_BEFORE)
709 #define SSL_in_connect_init(a) (SSL_state((a))&SSL_ST_CONNECT)
710 #define SSL_in_accept_init(a) (SSL_state((a))&SSL_ST_ACCEPT)
1406 int SSL_state(const SSL *ssl);
H A Dssl_lib.c3290 SSL_state(const SSL *ssl) function
3294 LSSL_ALIAS(SSL_state); variable
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h330 LSSL_USED(SSL_state); variable
/openbsd-current/regress/lib/libssl/tlslegacy/
H A Dtlslegacytest.c597 if (SSL_state(ssl) != tct->want_state) {
599 SSL_state(ssl), tct->want_state);

Completed in 209 milliseconds