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

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl.h1125 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1414 #define SSL_ST_ACCEPT 0x2000 macro
1416 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1428 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1429 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1442 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl.h1125 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1414 #define SSL_ST_ACCEPT 0x2000 macro
1416 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1428 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1429 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1442 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
/external/openssl/include/openssl/
H A Dssl.h1165 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1459 #define SSL_ST_ACCEPT 0x2000 macro
1461 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1473 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1474 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1487 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)
/external/openssl/ssl/
H A Dssl.h1165 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1459 #define SSL_ST_ACCEPT 0x2000 macro
1461 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1473 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1474 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1487 #define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT)

Completed in 80 milliseconds