Lines Matching refs:SSL

62  * This package is an SSL implementation written
64 * The implementation was written so as to conform with Netscapes SSL.
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
161 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
163 static unsigned char *dtls1_write_message_header(SSL *s,
165 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
168 static long dtls1_get_message_fragment(SSL *s, int st1, int stn,
226 static int dtls1_query_mtu(SSL *s)
259 int dtls1_do_write(SSL *s, int type)
449 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok)
520 static int dtls1_preprocess_fragment(SSL *s,struct hm_header_st *msg_hdr,int max)
570 dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok)
627 static unsigned long dtls1_max_handshake_message_len(const SSL *s)
636 dtls1_reassemble_fragment(SSL *s, const struct hm_header_st* msg_hdr, int *ok)
744 dtls1_process_out_of_seq_message(SSL *s, const struct hm_header_st* msg_hdr, int *ok)
837 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok)
962 int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen)
1027 int dtls1_send_change_cipher_spec(SSL *s, int a, int b)
1077 unsigned long dtls1_output_cert_chain(SSL *s, X509 *x)
1136 int dtls1_read_failed(SSL *s, int code)
1194 dtls1_retransmit_buffered_messages(SSL *s)
1220 dtls1_buffer_message(SSL *s, int is_ccs)
1285 dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off,
1378 dtls1_clear_record_buffer(SSL *s)
1392 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt,
1411 dtls1_set_message_header_int(SSL *s, unsigned char mt,
1425 dtls1_fix_message_header(SSL *s, unsigned long frag_off,
1435 dtls1_write_message_header(SSL *s, unsigned char *p)
1457 dtls1_min_mtu(SSL *s)
1483 int dtls1_shutdown(SSL *s)
1506 dtls1_process_heartbeat(SSL *s)
1589 dtls1_heartbeat(SSL *s)