Searched refs:sig_type (Results 1 – 8 of 8) sorted by relevance
177 if (guidcmp(&siglist->sig_type, &efi_guid_sha256)) { in efi_signature_lookup_digest()179 &siglist->sig_type); in efi_signature_lookup_digest()250 if (guidcmp(&siglist->sig_type, &efi_guid_cert_x509)) in efi_lookup_certificate()313 if (guidcmp(&siglist->sig_type, &efi_guid_cert_x509)) in efi_verify_certificate()377 if (guidcmp(&siglist->sig_type, &efi_guid_cert_x509_sha256)) in efi_signature_check_revocation()686 memcpy(&siglist->sig_type, &esl->signature_type, sizeof(efi_guid_t)); in efi_sigstore_parse_siglist()
778 switch (desc->sig_type) { in dp_part_node()
49 enum sig_type { enum84 enum sig_type sig_type; /* Partition table signature type */ member
797 efi_guid_t sig_type; member
112 uint8_t sig_type; member
610 gfh->file_info.sig_type = GFH_SIG_TYPE_SHA256; in put_ghf_header()
115 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()117 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
961 if (dev_desc->sig_type == SIG_TYPE_NONE) { in is_gpt_valid()964 dev_desc->sig_type = SIG_TYPE_GUID; in is_gpt_valid()968 dev_desc->sig_type = SIG_TYPE_MBR; in is_gpt_valid()
Completed in 15 milliseconds