Searched refs:SSL_ST_CONNECT (Results 1 - 18 of 18) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl3.h307 #define SSL3_ST_CW_FLUSH (0x100 | SSL_ST_CONNECT)
308 #define SSL3_ST_FALSE_START (0x101 | SSL_ST_CONNECT)
309 #define SSL3_ST_VERIFY_SERVER_CERT (0x102 | SSL_ST_CONNECT)
311 #define SSL3_ST_CW_CLNT_HELLO_A (0x110 | SSL_ST_CONNECT)
312 #define SSL3_ST_CW_CLNT_HELLO_B (0x111 | SSL_ST_CONNECT)
314 #define SSL3_ST_CR_SRVR_HELLO_A (0x120 | SSL_ST_CONNECT)
315 #define SSL3_ST_CR_SRVR_HELLO_B (0x121 | SSL_ST_CONNECT)
316 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126 | SSL_ST_CONNECT)
317 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127 | SSL_ST_CONNECT)
318 #define SSL3_ST_CR_CERT_A (0x130 | SSL_ST_CONNECT)
[all...]
H A Dssl.h2758 #define SSL_ST_CONNECT 0x1000 macro
2761 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
2776 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
2777 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/boringssl/src/include/openssl/
H A Dssl3.h307 #define SSL3_ST_CW_FLUSH (0x100 | SSL_ST_CONNECT)
308 #define SSL3_ST_FALSE_START (0x101 | SSL_ST_CONNECT)
309 #define SSL3_ST_VERIFY_SERVER_CERT (0x102 | SSL_ST_CONNECT)
311 #define SSL3_ST_CW_CLNT_HELLO_A (0x110 | SSL_ST_CONNECT)
312 #define SSL3_ST_CW_CLNT_HELLO_B (0x111 | SSL_ST_CONNECT)
314 #define SSL3_ST_CR_SRVR_HELLO_A (0x120 | SSL_ST_CONNECT)
315 #define SSL3_ST_CR_SRVR_HELLO_B (0x121 | SSL_ST_CONNECT)
316 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126 | SSL_ST_CONNECT)
317 #define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127 | SSL_ST_CONNECT)
318 #define SSL3_ST_CR_CERT_A (0x130 | SSL_ST_CONNECT)
[all...]
H A Dssl.h2758 #define SSL_ST_CONNECT 0x1000 macro
2761 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
2776 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
2777 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/boringssl/src/ssl/
H A Dssl_stat.c94 case SSL_ST_CONNECT:
294 case SSL_ST_CONNECT:
H A Dd1_clnt.c161 case SSL_ST_CONNECT:
H A Ds3_both.c214 if (ssl->state & SSL_ST_CONNECT) {
H A Ds3_pkt.c535 ssl->state = SSL_ST_CONNECT;
H A Ds3_clnt.c200 case SSL_ST_CONNECT:
H A Dssl_lib.c514 ssl->state = SSL_ST_CONNECT;
/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc116 CONST(SSL_ST_CONNECT);
/external/webrtc/webrtc/base/
H A Dopenssladapter.cc847 if (w & SSL_ST_CONNECT) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c657 if (w & SSL_ST_CONNECT)
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c657 if (w & SSL_ST_CONNECT)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c657 if (w & SSL_ST_CONNECT)
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7223 if (w & SSL_ST_CONNECT) {
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 570 milliseconds