Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl3.h698 # define SSL3_MT_HELLO_REQUEST 0 macro
H A Ds3_both.c455 if (p[0] == SSL3_MT_HELLO_REQUEST) in ssl3_get_message()
H A Ds3_pkt.c1181 (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in ssl3_read_bytes()
H A Dd1_srvr.c898 p = dtls1_set_message_header(s, p, SSL3_MT_HELLO_REQUEST, 0, 0, 0); in dtls1_send_hello_request()
H A Dd1_both.c906 wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls1_get_message_fragment()
H A Dd1_pkt.c1059 (s->d1->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in dtls1_read_bytes()
H A Ds3_srvr.c905 *(p++) = SSL3_MT_HELLO_REQUEST; in ssl3_send_hello_request()