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

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl.h1138 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1432 #define SSL_ST_CONNECT 0x1000 macro
1435 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1449 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1450 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1460 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl.h1138 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1432 #define SSL_ST_CONNECT 0x1000 macro
1435 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1449 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1450 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1460 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/include/openssl/
H A Dssl.h1165 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1458 #define SSL_ST_CONNECT 0x1000 macro
1461 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1475 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1476 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1486 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/ssl/
H A Dssl.h1165 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1458 #define SSL_ST_CONNECT 0x1000 macro
1461 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1475 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1476 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1486 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)

Completed in 453 milliseconds