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

  /external/openssl/include/openssl/
dtls1.h 205 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 205 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
d1_both.c 971 s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
975 s->d1->next_handshake_write_seq++;
    [all...]
d1_srvr.c 325 s->d1->next_handshake_write_seq = 1;
801 s->d1->next_handshake_write_seq = 0;
    [all...]
d1_clnt.c 723 s->d1->next_handshake_write_seq = 0;
    [all...]

Completed in 292 milliseconds