Searched defs:SSL_CB_EXIT (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1337 public static final int SSL_CB_EXIT = 0x02; field in class:NativeCrypto
1344 public static final int SSL_CB_ACCEPT_EXIT = (SSL_ST_ACCEPT | SSL_CB_EXIT);
1346 public static final int SSL_CB_CONNECT_EXIT = (SSL_ST_CONNECT | SSL_CB_EXIT);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1485 #define SSL_CB_EXIT 0x02 macro
1492 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1494 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/external/openssl/include/openssl/
H A Dssl.h1517 #define SSL_CB_EXIT 0x02 macro
1524 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1526 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/external/openssl/ssl/
H A Dssl.h1517 #define SSL_CB_EXIT 0x02 macro
1524 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1526 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)

Completed in 215 milliseconds