Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daspeed_hace.c108 hwaddr req_len, uint32_t *total_msg_len, in has_padding() argument
111 *total_msg_len = (uint32_t)(ldq_be_p(iov->iov_base + req_len - 8) / 8); in has_padding()
124 if (*total_msg_len <= s->total_req_len) { in has_padding()
125 uint32_t padding_size = s->total_req_len - *total_msg_len; in has_padding()
159 uint32_t total_msg_len; in do_hash_operation() local
211 if (has_padding(s, &iov[i], plen, &total_msg_len, in do_hash_operation()
244 if (has_padding(s, iov, len, &total_msg_len, &pad_offset)) { in do_hash_operation()