Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem.c592 cb(s, SSL_CB_CONNECT_LOOP, 1); in read_state_machine()
791 cb(s, SSL_CB_CONNECT_LOOP, 1); in write_state_machine()
/third_party/boringssl/src/tool/
Dclient.cc335 case SSL_CB_CONNECT_LOOP: in InfoCallback()
/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod89 =item SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
/third_party/boringssl/src/ssl/
Dtls13_client.cc808 ssl_do_info_callback(hs->ssl, SSL_CB_CONNECT_LOOP, 1); in tls13_client_handshake()
Dhandshake_client.cc1804 ssl_do_info_callback(hs->ssl, SSL_CB_CONNECT_LOOP, 1); in ssl_client_handshake()
/third_party/openssl/include/openssl/
Dssl.h1066 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP) macro
/third_party/boringssl/src/include/openssl/
Dssl.h3817 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP) macro