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

  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLUtils.java 36 import static org.conscrypt.NativeConstants.SSL3_RT_ALERT;
204 case SSL3_RT_ALERT:
  /external/boringssl/src/ssl/
s3_pkt.c 376 if (rr->type == SSL3_RT_ALERT &&
498 int ret = do_ssl3_write(ssl, SSL3_RT_ALERT, &ssl->s3->send_alert[0], 2);
509 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert,
d1_pkt.c 395 int ret = dtls1_write_record(ssl, SSL3_RT_ALERT, &ssl->s3->send_alert[0], 2,
407 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert,
tls_record.c 329 if (type == SSL3_RT_ALERT) {
469 ssl_do_msg_callback(ssl, 0 /* read */, SSL3_RT_ALERT, in, in_len);
dtls_record.c 242 if (type == SSL3_RT_ALERT) {
s3_both.c 302 if (!add_record_to_flight(ssl, SSL3_RT_ALERT, alert, sizeof(alert))) {
306 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, alert, sizeof(alert));
  /external/conscrypt/constants/src/gen/cpp/
generate_constants.cpp 143 CONST(SSL3_RT_ALERT);
  /external/boringssl/src/include/openssl/
ssl3.h 272 #define SSL3_RT_ALERT 21
  /external/curl/lib/vtls/
openssl.c     [all...]

Completed in 81 milliseconds