• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/

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
132 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
134 static unsigned char *dtls1_write_message_header(SSL *s,
136 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
139 static int dtls1_retransmit_buffered_messages(SSL *s);
140 static long dtls1_get_message_fragment(SSL *s, int st1, int stn,
142 static void dtls1_process_handshake_fragment(SSL *s, int frag_len);
175 int dtls1_do_write(SSL *s, int type)
327 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok)
397 dtls1_retrieve_buffered_fragment(SSL *s, unsigned long *copied)
441 dtls1_buffer_handshake_fragment(SSL *s, struct hm_header_st* msg_hdr)
476 dtls1_process_handshake_fragment(SSL *s, int frag_len)
487 dtls1_process_out_of_seq_message(SSL *s, struct hm_header_st *msg_hdr, int *ok)
528 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok)
760 int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen)
809 int dtls1_send_change_cipher_spec(SSL *s, int a, int b)
837 unsigned long dtls1_output_cert_chain(SSL *s, X509 *x)
917 int dtls1_read_failed(SSL *s, int code)
980 dtls1_retransmit_buffered_messages(SSL *s)
1042 dtls1_buffer_message(SSL *s, int is_ccs)
1096 dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off,
1151 dtls1_clear_record_buffer(SSL *s)
1165 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt,
1183 dtls1_set_message_header_int(SSL *s, unsigned char mt,
1197 dtls1_fix_message_header(SSL *s, unsigned long frag_off,
1207 dtls1_write_message_header(SSL *s, unsigned char *p)