Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Davb_verify.h20 enum avb_boot_state { enum
30 enum avb_boot_state boot_state;
52 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state);
/openbmc/u-boot/common/
H A Davb_verify.c128 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state) in avb_set_state()