Lines Matching defs:s

109 int dtls1_do_write(SSL_CONNECTION *s, uint8_t type)  in dtls1_do_write()
324 int dtls_get_message(SSL_CONNECTION *s, int *mt) in dtls_get_message()
384 int dtls_get_message_body(SSL_CONNECTION *s, size_t *len) in dtls_get_message_body()
425 static size_t dtls1_max_handshake_message_len(const SSL_CONNECTION *s) in dtls1_max_handshake_message_len()
433 static int dtls1_preprocess_fragment(SSL_CONNECTION *s, in dtls1_preprocess_fragment()
480 static int dtls1_retrieve_buffered_fragment(SSL_CONNECTION *s, size_t *len) in dtls1_retrieve_buffered_fragment()
594 static int dtls1_reassemble_fragment(SSL_CONNECTION *s, in dtls1_reassemble_fragment()
704 static int dtls1_process_out_of_seq_message(SSL_CONNECTION *s, in dtls1_process_out_of_seq_message()
803 static int dtls_get_reassembled_message(SSL_CONNECTION *s, int *errtype, in dtls_get_reassembled_message()
995 CON_FUNC_RETURN dtls_construct_change_cipher_spec(SSL_CONNECTION *s, in dtls_construct_change_cipher_spec()
1015 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
1051 int dtls1_read_failed(SSL_CONNECTION *s, int code) in dtls1_read_failed()
1091 int dtls1_retransmit_buffered_messages(SSL_CONNECTION *s) in dtls1_retransmit_buffered_messages()
1113 int dtls1_buffer_message(SSL_CONNECTION *s, int is_ccs) in dtls1_buffer_message()
1181 int dtls1_retransmit_message(SSL_CONNECTION *s, unsigned short seq, int *found) in dtls1_retransmit_message()
1249 void dtls1_set_message_header(SSL_CONNECTION *s, in dtls1_set_message_header()
1264 dtls1_set_message_header_int(SSL_CONNECTION *s, unsigned char mt, in dtls1_set_message_header_int()
1278 dtls1_fix_message_header(SSL_CONNECTION *s, size_t frag_off, size_t frag_len) in dtls1_fix_message_header()
1286 static unsigned char *dtls1_write_message_header(SSL_CONNECTION *s, in dtls1_write_message_header()
1313 int dtls1_set_handshake_header(SSL_CONNECTION *s, WPACKET *pkt, int htype) in dtls1_set_handshake_header()
1337 int dtls1_close_construct_packet(SSL_CONNECTION *s, WPACKET *pkt, int htype) in dtls1_close_construct_packet()