Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c75 uint64_t nb_total = sizeof(AvbDescriptor) + nb_following; in avb_descriptor_foreach() local
77 if ((nb_total & 7) != 0) { in avb_descriptor_foreach()
82 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()
91 p += nb_total; in avb_descriptor_foreach()