• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
163 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
165 static unsigned char *dtls1_write_message_header(SSL *s, unsigned char *p);
166 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
171 static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max,
230 static int dtls1_query_mtu(SSL *s)
264 int dtls1_do_write(SSL *s, int type)
484 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok)
560 static int dtls1_preprocess_fragment(SSL *s, struct hm_header_st *msg_hdr,
608 static int dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok)
665 static unsigned long dtls1_max_handshake_message_len(const SSL *s)
675 dtls1_reassemble_fragment(SSL *s, const struct hm_header_st *msg_hdr, int *ok)
780 dtls1_process_out_of_seq_message(SSL *s, const struct hm_header_st *msg_hdr,
877 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok)
1022 int dtls1_send_change_cipher_spec(SSL *s, int a, int b)
1053 int dtls1_read_failed(SSL *s, int code)
1111 int dtls1_retransmit_buffered_messages(SSL *s)
1136 int dtls1_buffer_message(SSL *s, int is_ccs)
1204 dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off,
1300 void dtls1_clear_record_buffer(SSL *s)
1311 unsigned char *dtls1_set_message_header(SSL *s, unsigned char *p,
1330 dtls1_set_message_header_int(SSL *s, unsigned char mt,
1344 dtls1_fix_message_header(SSL *s, unsigned long frag_off,
1353 static unsigned char *dtls1_write_message_header(SSL *s, unsigned char *p)
1373 unsigned int dtls1_min_mtu(SSL *s)
1397 int dtls1_shutdown(SSL *s)
1423 int dtls1_process_heartbeat(SSL *s)
1506 int dtls1_heartbeat(SSL *s)