Searched refs:sig_type (Results 1 – 8 of 8) sorted by relevance
52 sig_type = d.getVar('IPK_GPG_SIGNATURE_TYPE')53 is_ascii_sig = (sig_type.upper() != "BIN")
48 enum sig_type { enum83 enum sig_type sig_type; /* Partition table signature type */ member
104 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()106 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
956 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()
112 uint8_t sig_type; member
594 gfh->file_info.sig_type = GFH_SIG_TYPE_SHA256; in put_ghf_header()
28 sig_type = self.d.getVar('PACKAGE_FEED_GPG_SIGNATURE_TYPE')29 is_ascii_sig = (sig_type.upper() != "BIN")
683 switch (desc->sig_type) { in dp_part_node()