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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ddtls1.h134 unsigned int is_ccs; member in struct:hm_header_st
H A Dd1_both.c1152 int dtls1_get_queue_priority(unsigned short seq, int is_ccs) argument
1164 return seq * 2 - is_ccs;
1182 frag->msg_header.is_ccs), 0,
1192 int dtls1_buffer_message(SSL *s, int is_ccs) argument
1210 if (is_ccs) {
1223 frag->msg_header.is_ccs = is_ccs;
1236 frag->msg_header.is_ccs));
1287 if (frag->msg_header.is_ccs)
1326 ret = dtls1_do_write(s, frag->msg_header.is_ccs
[all...]
H A Dssl_locl.h913 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);

Completed in 74 milliseconds