Home
last modified time | relevance | path

Searched refs:SSL3_MT_HELLO_REQUEST (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssl/ssl/
Dssl3.h702 # define SSL3_MT_HELLO_REQUEST 0 macro
Ds3_both.c456 if (p[0] == SSL3_MT_HELLO_REQUEST) in ssl3_get_message()
Ds3_pkt.c1184 (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in ssl3_read_bytes()
Dd1_both.c949 wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls1_get_message_fragment()
Dd1_srvr.c920 p = dtls1_set_message_header(s, p, SSL3_MT_HELLO_REQUEST, 0, 0, 0); in dtls1_send_hello_request()
Dd1_pkt.c1116 (s->d1->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in dtls1_read_bytes()
Ds3_srvr.c904 *(p++) = SSL3_MT_HELLO_REQUEST; in ssl3_send_hello_request()