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

  /external/boringssl/src/ssl/
d1_both.c 703 static uint16_t dtls1_get_queue_priority(uint16_t seq, int is_ccs) {
714 return seq * 2 - is_ccs;
729 if (frag->msg_header.is_ccs) {
774 frag->msg_header.is_ccs = 1;
777 uint16_t priority = dtls1_get_queue_priority(seq, 1 /* is_ccs */);
813 frag->msg_header.is_ccs = 0;
internal.h 897 int is_ccs; member in struct:hm_header_st
    [all...]

Completed in 54 milliseconds