Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Davb_verify.h49 AvbOps *avb_ops_alloc(int boot_device);
/openbmc/u-boot/cmd/
H A Davb.c34 avb_ops = avb_ops_alloc(mmc_dev); in do_avb_init()
/openbmc/u-boot/common/
H A Davb_verify.c855 AvbOps *avb_ops_alloc(int boot_device) in avb_ops_alloc() function