Searched refs:is_ccs (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_both.c711 int dtls1_get_queue_priority(unsigned short seq, int is_ccs) { argument
720 return seq * 2 - is_ccs;
731 if (frag->msg_header.is_ccs) {
754 ret = dtls1_do_write(s, frag->msg_header.is_ccs ? SSL3_RT_CHANGE_CIPHER_SPEC
778 int dtls1_buffer_message(SSL *s, int is_ccs) { argument
794 if (is_ccs) {
807 frag->msg_header.is_ccs = is_ccs;
812 dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs) >>
815 dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs));
[all...]
H A Dinternal.h711 * outgoing messages. |is_ccs| and |epoch| are only used in the latter and
719 int is_ccs; member in struct:hm_header_st
943 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);

Completed in 69 milliseconds