HomeSort by relevance Sort by last modified time
    Searched refs:send_alert (Results 1 - 11 of 11) 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,
262 if (ssl->s3->send_alert[0] == SSL3_AL_FATAL) {
266 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert);
268 int alert = (ssl->s3->send_alert[0] << 8) | ssl->s3->send_alert[1];
s3_pkt.cc 393 ssl->s3->send_alert[0] = level;
394 ssl->s3->send_alert[1] = desc;
406 int ret = do_ssl3_write(ssl, SSL3_RT_ALERT, &ssl->s3->send_alert[0], 2);
413 if (ssl->s3->send_alert[0] == SSL3_AL_FATAL) {
417 ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, ssl->s3->send_alert);
419 int alert = (ssl->s3->send_alert[0] << 8) | ssl->s3->send_alert[1];
ssl_lib.cc     [all...]
internal.h 2344 uint8_t send_alert[2] = {0}; member in struct:bssl::SSL3_STATE
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifiloggercmd.h 117 void send_alert(hal_info *info, int reason_code);
wifilogger.cpp 202 void send_alert(hal_info *info, int reason_code) function
    [all...]
wifilogger_diag.cpp     [all...]
  /external/boringssl/src/ssl/test/
test_config.h 126 bool send_alert = false; member in struct:TestConfig
test_config.cc 108 { "-send-alert", &TestConfig::send_alert },
bssl_shim.cc     [all...]
  /external/autotest/site_utils/
cloud_console_client.py 99 def send_alert(self, msg, level=None, session_id=None): member in class:CloudConsoleClient

Completed in 132 milliseconds