Searched defs:SSL_ST_CONNECT (Results 1 - 2 of 2) sorted by relevance

/external/openssl/include/openssl/
H A Dssl.h1113 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1394 #define SSL_ST_CONNECT 0x1000 macro
1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1412 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1422 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/ssl/
H A Dssl.h1113 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1394 #define SSL_ST_CONNECT 0x1000 macro
1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1412 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1422 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)

Completed in 62 milliseconds