Searched defs:is_ccs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Ddtls1.h149 unsigned int is_ccs; member in struct:hm_header_st
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c1125 dtls1_get_queue_priority(unsigned short seq, int is_ccs) argument
1135 return seq * 2 - is_ccs;
1153 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1165 dtls1_buffer_message(SSL *s, int is_ccs) argument
1179 if ( is_ccs)
1195 frag->msg_header.is_ccs = is_ccs;
1206 frag->msg_header.is_ccs)>>8);
1208 frag->msg_header.is_ccs));
1261 if ( frag->msg_header.is_ccs)
[all...]
H A Ddtls1.h149 unsigned int is_ccs; member in struct:hm_header_st
/external/openssl/include/openssl/
H A Ddtls1.h149 unsigned int is_ccs; member in struct:hm_header_st
/external/openssl/ssl/
H A Dd1_both.c218 if (frag->msg_header.is_ccs)
1132 dtls1_get_queue_priority(unsigned short seq, int is_ccs) argument
1142 return seq * 2 - is_ccs;
1160 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1172 dtls1_buffer_message(SSL *s, int is_ccs) argument
1186 if ( is_ccs)
1202 frag->msg_header.is_ccs = is_ccs;
1213 frag->msg_header.is_ccs)>>8);
1215 frag->msg_header.is_ccs));
[all...]
H A Ddtls1.h149 unsigned int is_ccs; member in struct:hm_header_st

Completed in 85 milliseconds