Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod85 =item SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
87 =item SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
129 else if (w & SSL_ST_ACCEPT)
/third_party/openssl/include/openssl/
Dssl.h1053 # 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)
/third_party/openssl/apps/
Ds_cb.c464 else if (w & SSL_ST_ACCEPT) in apps_ssl_info_callback()
/third_party/libcoap/src/
Dcoap_openssl.c558 else if (w & SSL_ST_ACCEPT) in coap_dtls_info_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c740 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c744 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
/third_party/openssl/test/
Dsslapitest.c5339 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0) in sslapi_info_callback()