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

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc121 CONST(SSL_CB_ALERT);
/external/boringssl/include/openssl/
H A Dssl.h1514 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro
1515 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
1516 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
/external/boringssl/src/include/openssl/
H A Dssl.h1514 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro
1515 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
1516 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c557 } else if (where & SSL_CB_ALERT) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c557 } else if (where & SSL_CB_ALERT) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c557 } else if (where & SSL_CB_ALERT) {
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7218 } else if (where & SSL_CB_ALERT) {

Completed in 261 milliseconds