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

/external/openssl/include/openssl/
H A Dssl.h1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1400 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1419 #define SSL_in_init(a) ((SSL_state(a)&SSL_ST_INIT) && \
/external/openssl/ssl/
H A Dssl.h1397 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
1400 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1419 #define SSL_in_init(a) ((SSL_state(a)&SSL_ST_INIT) && \

Completed in 38 milliseconds