Searched refs:avb_assert (Results 1 - 5 of 5) sorted by relevance

/u-boot/lib/libavb/
H A Davb_util.h27 #define avb_assert(expr) \ macro
34 #define avb_assert(expr) macro
55 avb_assert((((uintptr_t)addr) & (AVB_ALIGNMENT_SIZE - 1)) == 0)
H A Davb_slot_verify.c69 avb_assert(*out_image_buf == NULL);
70 avb_assert(!*out_image_preloaded);
405 avb_assert(expected_digest_len <= sizeof(expected_digest_buf));
576 avb_assert(slot_data != NULL);
642 avb_assert(footer_num_read == AVB_FOOTER_SIZE);
716 avb_assert(vbmeta_num_read <= vbmeta_size);
725 avb_assert(pk_data != NULL && pk_len > 0);
781 avb_assert(!is_main_vbmeta);
817 avb_assert(is_main_vbmeta);
874 avb_assert(slot_dat
[all...]
H A Davb_descriptor.c143 avb_assert(data.descriptor_number == num_descriptors);
H A Davb_util.c89 avb_assert(value != NULL);
367 avb_assert(dest == ret + total_length);
H A Davb_cmdline.c421 avb_assert(part_name_len < AVB_PART_NAME_MAX_SIZE);
422 avb_assert(digest_size <= AVB_SHA512_DIGEST_SIZE);

Completed in 57 milliseconds