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 506 ssl->d1->outgoing_offset = 0;
673 !CBS_skip(&body, ssl->d1->outgoing_offset) ||
696 !CBB_add_u24(cbb.get(), ssl->d1->outgoing_offset) ||
714 ssl->d1->outgoing_offset = 0;
718 ssl->d1->outgoing_offset += todo;
723 // advances |ssl->d1->outgoing_written| and |ssl->d1->outgoing_offset| as
785 uint32_t old_offset = ssl->d1->outgoing_offset;
796 ssl->d1->outgoing_offset = old_offset;
828 ssl->d1->outgoing_offset = 0;
internal.h 2482 uint32_t outgoing_offset = 0; member in struct:bssl::DTLS1_STATE
    [all...]

Completed in 451 milliseconds