Searched refs:SSL_CB_READ (Results 1 - 11 of 11) sorted by relevance

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc124 CONST(SSL_CB_READ);
/external/libbrillo/brillo/streams/
H A Dtls_stream.cc34 if (where & SSL_CB_READ)
/external/webrtc/webrtc/base/
H A Dopenssladapter.cc855 str = (where & SSL_CB_READ) ? "read" : "write";
/external/boringssl/include/openssl/
H A Dssl.h2769 #define SSL_CB_READ 0x04 macro
2772 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/boringssl/src/include/openssl/
H A Dssl.h2769 #define SSL_CB_READ 0x04 macro
2772 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c670 where & SSL_CB_READ ?
676 if (where & SSL_CB_READ)
685 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c670 where & SSL_CB_READ ?
676 if (where & SSL_CB_READ)
685 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c670 where & SSL_CB_READ ?
676 if (where & SSL_CB_READ)
685 ev.alert.is_local = !(where & SSL_CB_READ);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7234 str = (where & SSL_CB_READ) ? "read" : "write";
/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 346 milliseconds