Home
last modified time | relevance | path

Searched refs:SSL_ST_ACCEPT (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod89 =item SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
91 =item SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
133 else if (w & SSL_ST_ACCEPT)
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1125 # define SSL_ST_ACCEPT 0x2000 macro
1136 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1137 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
H A Dssl.h.in1048 * and SSL_ST_ACCEPT are still in use in the definition of SSL_CB_ACCEPT_LOOP,
1053 # define SSL_ST_ACCEPT 0x2000 macro
1064 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1065 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c469 else if (w & SSL_ST_ACCEPT) in apps_ssl_info_callback()
/freebsd/contrib/sendmail/src/
H A Dtls.c2385 else if (bitset(SSL_ST_ACCEPT, w))
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c741 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7398 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0) in sslapi_info_callback()