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

  /external/boringssl/src/ssl/
s3_both.c 250 p = s->init_msg;
348 s->init_msg = (uint8_t *)s->init_buf->data + 4;
408 s->init_msg = (uint8_t *)s->init_buf->data + 4;
413 p = s->init_msg;
449 size_t header_len = s->init_msg - (uint8_t *)s->init_buf->data;
d1_clnt.c 535 CBS_init(&hello_verify_request, s->init_msg, n);
s3_srvr.c 846 early_ctx.client_hello = s->init_msg;
882 CBS_init(&client_hello, s->init_msg, n);
    [all...]
s3_clnt.c 755 CBS_init(&server_hello, s->init_msg, n);
937 CBS_init(&cbs, s->init_msg, n);
    [all...]
d1_both.c 570 s->init_msg = (uint8_t *)s->init_buf->data + DTLS1_HM_HEADER_LENGTH;
626 s->init_msg = (uint8_t *)s->init_buf->data + DTLS1_HM_HEADER_LENGTH;
  /external/libvncserver/webclients/novnc/include/
rfb.js 24 init_msg, normal_msg, framebufferUpdate, print_stats,
545 init_msg();
655 init_msg = function() {
656 //Util.Debug(">> init_msg [rfb_state '" + rfb_state + "']");
731 init_msg(); // Recursive fallthrough (workaround JSLint complaint)
776 init_msg(); // Recursive fallthrough (workaround JSLint complaint)
801 init_msg(); // Recursive fallthrough (workaround JSLint complaint)
892 //Util.Debug("<< init_msg");
647 init_msg = function() { function
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 1342 uint8_t *init_msg; \/* pointer to handshake message body, set by member in struct:ssl_st
    [all...]

Completed in 78 milliseconds