• Home
  • Raw
  • Download

Lines Matching refs:SSL

146 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
148 static unsigned char *dtls1_write_message_header(SSL *s, unsigned char *p);
158 OPENSSL_PUT_ERROR(SSL, dtls1_hm_fragment_new, ERR_R_MALLOC_FAILURE); in dtls1_hm_fragment_new()
165 OPENSSL_PUT_ERROR(SSL, dtls1_hm_fragment_new, ERR_R_MALLOC_FAILURE); in dtls1_hm_fragment_new()
177 OPENSSL_PUT_ERROR(SSL, dtls1_hm_fragment_new, ERR_R_OVERFLOW); in dtls1_hm_fragment_new()
183 OPENSSL_PUT_ERROR(SSL, dtls1_hm_fragment_new, ERR_R_MALLOC_FAILURE); in dtls1_hm_fragment_new()
262 int dtls1_do_write(SSL *s, int type, enum dtls1_use_epoch_t use_epoch) { in dtls1_do_write()
329 OPENSSL_PUT_ERROR(SSL, dtls1_do_write, SSL_R_MTU_TOO_SMALL); in dtls1_do_write()
347 OPENSSL_PUT_ERROR(SSL, dtls1_do_write, SSL_R_MTU_TOO_SMALL); in dtls1_do_write()
385 static int dtls1_is_next_message_complete(SSL *s) { in dtls1_is_next_message_complete()
403 static int dtls1_discard_fragment_body(SSL *s, size_t frag_len) { in dtls1_discard_fragment_body()
421 SSL *s, const struct hm_header_st *msg_hdr) { in dtls1_get_buffered_message()
453 OPENSSL_PUT_ERROR(SSL, dtls1_get_buffered_message, in dtls1_get_buffered_message()
465 static size_t dtls1_max_handshake_message_len(const SSL *s) { in dtls1_max_handshake_message_len()
475 static int dtls1_process_fragment(SSL *s) { in dtls1_process_fragment()
488 OPENSSL_PUT_ERROR(SSL, dtls1_process_fragment, SSL_R_UNEXPECTED_MESSAGE); in dtls1_process_fragment()
503 OPENSSL_PUT_ERROR(SSL, dtls1_process_fragment, in dtls1_process_fragment()
538 OPENSSL_PUT_ERROR(SSL, dtls1_process_fragment, SSL_R_UNEXPECTED_MESSAGE); in dtls1_process_fragment()
550 long dtls1_get_message(SSL *s, int st1, int stn, int msg_type, long max, in dtls1_get_message()
566 OPENSSL_PUT_ERROR(SSL, dtls1_get_message, SSL_R_UNEXPECTED_MESSAGE); in dtls1_get_message()
592 OPENSSL_PUT_ERROR(SSL, dtls1_get_message, SSL_R_EXCESSIVE_MESSAGE_SIZE); in dtls1_get_message()
601 OPENSSL_PUT_ERROR(SSL, dtls1_get_message, ERR_R_MALLOC_FAILURE); in dtls1_get_message()
615 OPENSSL_PUT_ERROR(SSL, dtls1_get_message, ERR_R_INTERNAL_ERROR); in dtls1_get_message()
631 OPENSSL_PUT_ERROR(SSL, dtls1_get_message, SSL_R_UNEXPECTED_MESSAGE); in dtls1_get_message()
666 int dtls1_send_change_cipher_spec(SSL *s, int a, int b) { in dtls1_send_change_cipher_spec()
690 int dtls1_read_failed(SSL *s, int code) { in dtls1_read_failed()
723 static int dtls1_retransmit_message(SSL *s, hm_fragment *frag) { in dtls1_retransmit_message()
763 int dtls1_retransmit_buffered_messages(SSL *s) { in dtls1_retransmit_buffered_messages()
778 int dtls1_buffer_message(SSL *s, int is_ccs) { in dtls1_buffer_message()
828 void dtls1_clear_record_buffer(SSL *s) { in dtls1_clear_record_buffer()
839 void dtls1_set_message_header(SSL *s, uint8_t mt, unsigned long len, in dtls1_set_message_header()
851 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off, in dtls1_fix_message_header()
859 static uint8_t *dtls1_write_message_header(SSL *s, uint8_t *p) { in dtls1_write_message_header()