OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handshake_read_seq
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h
199
unsigned short
handshake_read_seq
;
member in struct:dtls1_state_st
/external/openssl/include/openssl/
dtls1.h
209
unsigned short
handshake_read_seq
;
member in struct:dtls1_state_st
/external/openssl/ssl/
dtls1.h
209
unsigned short
handshake_read_seq
;
member in struct:dtls1_state_st
d1_pkt.c
340
(((PQ_64BIT)s->d1->
handshake_read_seq
) << 32) |
1063
s->d1->
handshake_read_seq
++;
[
all
...]
d1_both.c
474
s->d1->
handshake_read_seq
++;
558
if ( s->d1->
handshake_read_seq
== frag->msg_header.seq)
738
if (msg_hdr->seq <= s->d1->
handshake_read_seq
||
739
msg_hdr->seq > s->d1->
handshake_read_seq
+ 10 || item != NULL ||
740
(s->d1->
handshake_read_seq
== 0 && msg_hdr->type == SSL3_MT_FINISHED))
844
if (msg_hdr.seq != s->d1->
handshake_read_seq
&& !(s->d1->listen && msg_hdr.seq == 1))
[
all
...]
d1_srvr.c
324
s->d1->
handshake_read_seq
= 2;
812
s->d1->
handshake_read_seq
= 0;
[
all
...]
d1_clnt.c
732
s->d1->
handshake_read_seq
= 0;
[
all
...]
/external/chromium_org/third_party/boringssl/src/ssl/
d1_both.c
487
s->d1->
handshake_read_seq
++;
570
if ( s->d1->
handshake_read_seq
== frag->msg_header.seq)
749
if (msg_hdr->seq <= s->d1->
handshake_read_seq
||
750
msg_hdr->seq > s->d1->
handshake_read_seq
+ 10 || item != NULL ||
751
(s->d1->
handshake_read_seq
== 0 && msg_hdr->type == SSL3_MT_FINISHED))
855
if (msg_hdr.seq != s->d1->
handshake_read_seq
&& !(s->d1->listen && msg_hdr.seq == 1))
[
all
...]
d1_pkt.c
330
(((PQ_64BIT)s->d1->
handshake_read_seq
) << 32) |
975
s->d1->
handshake_read_seq
++;
[
all
...]
d1_srvr.c
313
s->d1->
handshake_read_seq
= 2;
611
s->d1->
handshake_read_seq
= 0;
d1_clnt.c
544
s->d1->
handshake_read_seq
= 0;
Completed in 31 milliseconds