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

  /external/openssl/include/openssl/
ssl3.h 670 #define DTLS1_MT_HELLO_VERIFY_REQUEST 3
  /external/openssl/ssl/
ssl3.h 670 #define DTLS1_MT_HELLO_VERIFY_REQUEST 3
d1_clnt.c 919 if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST)
    [all...]
d1_srvr.c 897 DTLS1_MT_HELLO_VERIFY_REQUEST, msg_len, 0, msg_len);
    [all...]
s3_clnt.c 896 if ( s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST)
    [all...]

Completed in 39 milliseconds