Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dssl3.h657 #define SSL3_MT_HELLO_REQUEST 0 macro
/external/openssl/ssl/
Dssl3.h657 #define SSL3_MT_HELLO_REQUEST 0 macro
Ds3_both.c469 if (p[0] == SSL3_MT_HELLO_REQUEST) in ssl3_get_message()
Ds3_pkt.c1162 (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in ssl3_read_bytes()
Dd1_pkt.c1031 (s->d1->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && in dtls1_read_bytes()
Dd1_srvr.c855 p = dtls1_set_message_header(s, p, SSL3_MT_HELLO_REQUEST, 0, 0, 0); in dtls1_send_hello_request()
Dd1_both.c824 wire[0] == SSL3_MT_HELLO_REQUEST) in dtls1_get_message_fragment()
Ds3_srvr.c853 *(p++)=SSL3_MT_HELLO_REQUEST; in ssl3_send_hello_request()