Home
last modified time | relevance | path

Searched refs:out_hdr (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/virtio/
Dvirtio_blk.c28 struct virtio_blk_outhdr out_hdr = { in virtio_blk_do_req() local
32 struct virtio_sg hdr_sg = { &out_hdr, sizeof(out_hdr) }; in virtio_blk_do_req()
/external/boringssl/src/ssl/
Dd1_both.cc459 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() argument
461 OPENSSL_memset(out_hdr, 0x00, sizeof(struct hm_header_st)); in dtls1_parse_fragment()
463 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment()
464 !CBS_get_u24(cbs, &out_hdr->msg_len) || in dtls1_parse_fragment()
465 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment()
466 !CBS_get_u24(cbs, &out_hdr->frag_off) || in dtls1_parse_fragment()
467 !CBS_get_u24(cbs, &out_hdr->frag_len) || in dtls1_parse_fragment()
468 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
Dinternal.h2877 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,