Home
last modified time | relevance | path

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

/external/avb/libavb_aftl/
Davb_aftl_util.c80 uint64_t right_child_size, in avb_aftl_rfc6962_hash_children() argument
89 avb_assert(left_child_size < AVB_AFTL_UINT64_MAX - right_child_size); in avb_aftl_rfc6962_hash_children()
91 data_size = left_child_size + right_child_size + 1; in avb_aftl_rfc6962_hash_children()
104 if (right_child_size > 0) in avb_aftl_rfc6962_hash_children()
105 avb_memcpy(buffer + 1 + left_child_size, right_child, right_child_size); in avb_aftl_rfc6962_hash_children()
Davb_aftl_util.h67 uint64_t right_child_size, /* Size of the right child node data. */