HomeSort by relevance Sort by last modified time
    Searched refs:SSL3_RT_ALERT (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/ssl/
d1_pkt.cc 254 int ret = dtls1_write_record(ssl, SSL3_RT_ALERT, &ssl->s3->send_alert[0], 2,
266 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert);
s3_pkt.cc 420 int ret = do_ssl3_write(ssl, SSL3_RT_ALERT, &ssl->s3->send_alert[0], 2);
433 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert);
tls_record.cc 358 if (type == SSL3_RT_ALERT) {
555 ssl_do_msg_callback(ssl, 0 /* read */, SSL3_RT_ALERT, in);
618 if (type != SSL3_RT_APPLICATION_DATA && type != SSL3_RT_ALERT) {
dtls_record.cc 264 if (type == SSL3_RT_ALERT) {
  /external/conscrypt/constants/src/gen/cpp/
generate_constants.cc 115 CONST(SSL3_RT_ALERT);
  /external/boringssl/src/include/openssl/
ssl3.h 272 #define SSL3_RT_ALERT 21
  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLUtils.java 36 import static org.conscrypt.NativeConstants.SSL3_RT_ALERT;
533 case SSL3_RT_ALERT:
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
SSLUtils.java 37 import static com.android.org.conscrypt.NativeConstants.SSL3_RT_ALERT;
534 case SSL3_RT_ALERT:
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/boringssl/src/ssl/test/
test_config.cc 500 case SSL3_RT_ALERT:
    [all...]

Completed in 156 milliseconds