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

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1328 public static final int SSL_ST_CONNECT = 0x1000; field in class:NativeCrypto
1331 public static final int SSL_ST_INIT = (SSL_ST_CONNECT | SSL_ST_ACCEPT);
1345 public static final int SSL_CB_CONNECT_LOOP = (SSL_ST_CONNECT | SSL_CB_LOOP);
1346 public static final int SSL_CB_CONNECT_EXIT = (SSL_ST_CONNECT | SSL_CB_EXIT);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1225 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1476 #define SSL_ST_CONNECT 0x1000 macro
1479 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1493 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1494 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1504 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/include/openssl/
H A Dssl.h1211 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1508 #define SSL_ST_CONNECT 0x1000 macro
1511 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1526 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1536 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)
/external/openssl/ssl/
H A Dssl.h1211 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
1508 #define SSL_ST_CONNECT 0x1000 macro
1511 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1526 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
1536 #define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT)

Completed in 540 milliseconds