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

/external/boringssl/include/openssl/
H A Dssl.h1504 #define SSL_ST_ACCEPT 0x2000 macro
1506 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
1517 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
1518 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
1529 #define SSL_in_accept_init(a) (SSL_state(a) & SSL_ST_ACCEPT)
/external/boringssl/src/include/openssl/
H A Dssl.h1504 #define SSL_ST_ACCEPT 0x2000 macro
1506 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
1517 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
1518 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
1529 #define SSL_in_accept_init(a) (SSL_state(a) & SSL_ST_ACCEPT)

Completed in 60 milliseconds