Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_util.h212 char* avb_strdupv(const char* str,
H A Davb_cmdline.c401 avb_strdupv(kDigestSubPrefix, part_name, kDigestSubSuffix, NULL); in avb_add_root_digest_substitution()
H A Davb_util.c326 char* avb_strdupv(const char* str, ...) { in avb_strdupv() function
H A Davb_slot_verify.c130 avb_strdupv(AVB_NPV_PERSISTENT_DIGEST_PREFIX, part_name, NULL); in read_persistent_digest()
/openbmc/u-boot/common/
H A Davb_verify.c169 cmd_line = avb_strdupv(cmd_line, " ", cmdline_new, NULL); in append_cmd_line()