Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl3.h713 # define DTLS1_MT_HELLO_VERIFY_REQUEST 3 macro
H A Dd1_srvr.c942 DTLS1_MT_HELLO_VERIFY_REQUEST, msg_len, 0, in dtls1_send_hello_verify_request()
H A Dd1_clnt.c927 if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST) { in dtls1_get_hello_verify()
H A Ds3_clnt.c858 if (s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST) { in ssl3_get_server_hello()