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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h 197 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
  /external/openssl/include/openssl/
dtls1.h 207 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 207 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
d1_both.c 1001 s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
1005 s->d1->next_handshake_write_seq++;
    [all...]
d1_srvr.c 326 s->d1->next_handshake_write_seq = 1;
815 s->d1->next_handshake_write_seq = 0;
    [all...]
d1_clnt.c 733 s->d1->next_handshake_write_seq = 0;
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srvr.c 315 s->d1->next_handshake_write_seq = 1;
614 s->d1->next_handshake_write_seq = 0;
d1_both.c 955 s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
    [all...]
d1_clnt.c 545 s->d1->next_handshake_write_seq = 0;

Completed in 88 milliseconds