Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_signature.c177 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()
A Defi_device_path.c778 switch (desc->sig_type) { in dp_part_node()
/u-boot/include/
A Dblk.h49 enum sig_type { enum
84 enum sig_type sig_type; /* Partition table signature type */ member
A Defi_loader.h797 efi_guid_t sig_type; member
/u-boot/tools/
A Dmtk_image.h112 uint8_t sig_type; member
A Dmtk_image.c610 gfh->file_info.sig_type = GFH_SIG_TYPE_SHA256; in put_ghf_header()
/u-boot/disk/
A Dpart_dos.c115 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()
117 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
A Dpart_efi.c961 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