Searched refs:SSL_ST_INIT (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1331 public static final int SSL_ST_INIT = (SSL_ST_CONNECT | SSL_ST_ACCEPT); field in class:NativeCrypto
1334 public static final int SSL_ST_RENEGOTIATE = (0x04 | SSL_ST_INIT);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1479 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1482 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1501 #define SSL_in_init(a) ((SSL_state(a)&SSL_ST_INIT) && \
/external/openssl/include/openssl/
H A Dssl.h1511 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1514 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1533 #define SSL_in_init(a) ((SSL_state(a)&SSL_ST_INIT) && \
/external/openssl/ssl/
H A Dssl.h1511 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1514 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1533 #define SSL_in_init(a) ((SSL_state(a)&SSL_ST_INIT) && \

Completed in 366 milliseconds