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

/external/openssl/include/openssl/
H A Dssl.h1402 #define SSL_CB_LOOP 0x01 macro
1409 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
/external/openssl/ssl/
H A Dssl.h1402 #define SSL_CB_LOOP 0x01 macro
1409 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1411 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)

Completed in 110 milliseconds