Searched refs:hm_header_st (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libssl/
H A Ddtls_local.h85 struct hm_header_st { struct
119 struct hm_header_st msg_header;
180 struct hm_header_st w_msg_hdr;
181 struct hm_header_st r_msg_hdr;
210 int dtls1_get_message_header(CBS *header, struct hm_header_st *msg_hdr);
H A Dd1_both.c164 static int dtls1_write_message_header(const struct hm_header_st *msg_hdr,
323 const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr;
374 struct hm_header_st *msg_hdr;
396 memset(msg_hdr, 0, sizeof(struct hm_header_st));
420 memset(msg_hdr, 0, sizeof(struct hm_header_st));
435 dtls1_preprocess_fragment(SSL *s, struct hm_header_st *msg_hdr, int max)
553 dtls1_reassemble_fragment(SSL *s, struct hm_header_st* msg_hdr, int *ok)
653 dtls1_process_out_of_seq_message(SSL *s, struct hm_header_st* msg_hdr, int *ok)
744 struct hm_header_st msg_hdr;
1102 struct hm_header_st *msg_hd
[all...]
H A Dd1_pkt.c546 struct hm_header_st hs_msg_hdr;

Completed in 183 milliseconds