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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h 137 unsigned int is_ccs; member in struct:hm_header_st
  /external/openssl/include/openssl/
dtls1.h 149 unsigned int is_ccs; member in struct:hm_header_st
  /external/openssl/ssl/
dtls1.h 149 unsigned int is_ccs; member in struct:hm_header_st
d1_both.c 218 if (frag->msg_header.is_ccs)
1146 dtls1_get_queue_priority(unsigned short seq, int is_ccs)
    [all...]
ssl_locl.h     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_both.c 221 if (frag->msg_header.is_ccs)
1013 dtls1_get_queue_priority(unsigned short seq, int is_ccs)
1023 return seq * 2 - is_ccs;
1041 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1053 dtls1_buffer_message(SSL *s, int is_ccs)
1069 if ( is_ccs)
1085 frag->msg_header.is_ccs = is_ccs;
1095 frag->msg_header.is_ccs)>>8);
1097 frag->msg_header.is_ccs));
    [all...]
ssl_locl.h     [all...]

Completed in 277 milliseconds