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

  /external/boringssl/src/ssl/
d1_both.cc 502 ssl->d1->outgoing_offset = 0;
664 !CBS_skip(&body, ssl->d1->outgoing_offset) ||
687 !CBB_add_u24(&cbb, ssl->d1->outgoing_offset) ||
705 ssl->d1->outgoing_offset = 0;
709 ssl->d1->outgoing_offset += todo;
714 * advances |ssl->d1->outgoing_written| and |ssl->d1->outgoing_offset| as
771 uint32_t old_offset = ssl->d1->outgoing_offset;
782 ssl->d1->outgoing_offset = old_offset;
807 ssl->d1->outgoing_offset = 0;
internal.h 1903 uint32_t outgoing_offset; member in struct:dtls1_state_st
    [all...]

Completed in 97 milliseconds