Home
last modified time | relevance | path

Searched refs:DTLS1_MT_HELLO_VERIFY_REQUEST (Results 1 – 5 of 5) sorted by relevance

/external/openssl/include/openssl/
Dssl3.h546 #define DTLS1_MT_HELLO_VERIFY_REQUEST 3 macro
/external/openssl/ssl/
Dssl3.h546 #define DTLS1_MT_HELLO_VERIFY_REQUEST 3 macro
Dd1_srvr.c650 DTLS1_MT_HELLO_VERIFY_REQUEST, msg_len, 0, msg_len); in dtls1_send_hello_verify_request()
Dd1_clnt.c660 if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST) in dtls1_get_hello_verify()
Ds3_clnt.c706 if ( s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST) in ssl3_get_server_hello()