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

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc119 CONST(SSL_CB_READ);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c560 where & SSL_CB_READ ?
566 if (where & SSL_CB_READ)
575 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c560 where & SSL_CB_READ ?
566 if (where & SSL_CB_READ)
575 ev.alert.is_local = !(where & SSL_CB_READ);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c560 where & SSL_CB_READ ?
566 if (where & SSL_CB_READ)
575 ev.alert.is_local = !(where & SSL_CB_READ);
/external/boringssl/include/openssl/
H A Dssl.h1512 #define SSL_CB_READ 0x04 macro
1515 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/boringssl/src/include/openssl/
H A Dssl.h1512 #define SSL_CB_READ 0x04 macro
1515 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7219 str = (where & SSL_CB_READ) ? "read" : "write";

Completed in 150 milliseconds