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

/external/openssl/include/openssl/
H A Dssl.h1406 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro
1407 #define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1408 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/external/openssl/ssl/
H A Dssl.h1406 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro
1407 #define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1408 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)

Completed in 51 milliseconds