Searched refs:SSL_ST_ACCEPT (Results 1 - 17 of 17) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl3.h355 #define SSL3_ST_SW_FLUSH (0x100 | SSL_ST_ACCEPT)
357 #define SSL3_ST_SR_INITIAL_BYTES (0x240 | SSL_ST_ACCEPT)
358 #define SSL3_ST_SR_V2_CLIENT_HELLO (0x241 | SSL_ST_ACCEPT)
359 #define SSL3_ST_SR_CLNT_HELLO_A (0x110 | SSL_ST_ACCEPT)
360 #define SSL3_ST_SR_CLNT_HELLO_B (0x111 | SSL_ST_ACCEPT)
361 #define SSL3_ST_SR_CLNT_HELLO_C (0x112 | SSL_ST_ACCEPT)
362 #define SSL3_ST_SR_CLNT_HELLO_D (0x115 | SSL_ST_ACCEPT)
364 #define SSL3_ST_SW_HELLO_REQ_A (0x120 | SSL_ST_ACCEPT)
365 #define SSL3_ST_SW_HELLO_REQ_B (0x121 | SSL_ST_ACCEPT)
366 #define SSL3_ST_SW_HELLO_REQ_C (0x122 | SSL_ST_ACCEPT)
[all...]
H A Dssl.h2759 #define SSL_ST_ACCEPT 0x2000 macro
2761 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
2774 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
2775 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
/external/boringssl/src/include/openssl/
H A Dssl3.h355 #define SSL3_ST_SW_FLUSH (0x100 | SSL_ST_ACCEPT)
357 #define SSL3_ST_SR_INITIAL_BYTES (0x240 | SSL_ST_ACCEPT)
358 #define SSL3_ST_SR_V2_CLIENT_HELLO (0x241 | SSL_ST_ACCEPT)
359 #define SSL3_ST_SR_CLNT_HELLO_A (0x110 | SSL_ST_ACCEPT)
360 #define SSL3_ST_SR_CLNT_HELLO_B (0x111 | SSL_ST_ACCEPT)
361 #define SSL3_ST_SR_CLNT_HELLO_C (0x112 | SSL_ST_ACCEPT)
362 #define SSL3_ST_SR_CLNT_HELLO_D (0x115 | SSL_ST_ACCEPT)
364 #define SSL3_ST_SW_HELLO_REQ_A (0x120 | SSL_ST_ACCEPT)
365 #define SSL3_ST_SW_HELLO_REQ_B (0x121 | SSL_ST_ACCEPT)
366 #define SSL3_ST_SW_HELLO_REQ_C (0x122 | SSL_ST_ACCEPT)
[all...]
H A Dssl.h2759 #define SSL_ST_ACCEPT 0x2000 macro
2761 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
2774 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
2775 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
/external/boringssl/src/ssl/
H A Dssl_stat.c91 case SSL_ST_ACCEPT:
291 case SSL_ST_ACCEPT:
H A Dd1_srvr.c159 case SSL_ST_ACCEPT:
H A Ds3_pkt.c643 if (ssl->state & SSL_ST_ACCEPT) {
H A Ds3_srvr.c208 case SSL_ST_ACCEPT:
H A Dssl_lib.c523 ssl->state = SSL_ST_ACCEPT;
/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc117 CONST(SSL_ST_ACCEPT);
/external/webrtc/webrtc/base/
H A Dopenssladapter.cc849 } else if (w & SSL_ST_ACCEPT) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c659 else if (w & SSL_ST_ACCEPT)
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c659 else if (w & SSL_ST_ACCEPT)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c659 else if (w & SSL_ST_ACCEPT)
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7225 } else if (w & SSL_ST_ACCEPT) {
9638 SSL_set_state(ssl, SSL_ST_ACCEPT);
/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 224 milliseconds