Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Dsign_ipk.bbclass52 sig_type = d.getVar('IPK_GPG_SIGNATURE_TYPE')
53 is_ascii_sig = (sig_type.upper() != "BIN")
/openbmc/u-boot/include/
H A Dblk.h48 enum sig_type { enum
83 enum sig_type sig_type; /* Partition table signature type */ member
/openbmc/u-boot/disk/
H A Dpart_dos.c104 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()
106 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
H A Dpart_efi.c956 if (dev_desc->sig_type == SIG_TYPE_NONE) { in is_gpt_valid()
959 dev_desc->sig_type = SIG_TYPE_GUID; in is_gpt_valid()
963 dev_desc->sig_type = SIG_TYPE_MBR; in is_gpt_valid()
/openbmc/u-boot/tools/
H A Dmtk_image.h112 uint8_t sig_type; member
H A Dmtk_image.c594 gfh->file_info.sig_type = GFH_SIG_TYPE_SHA256; in put_ghf_header()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py28 sig_type = self.d.getVar('PACKAGE_FEED_GPG_SIGNATURE_TYPE')
29 is_ascii_sig = (sig_type.upper() != "BIN")
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c683 switch (desc->sig_type) { in dp_part_node()