Searched refs:SignatureType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/efi/
H A Defi_variables.c126 &list->SignatureType,
207 if (memcmp(&efiCertX509Sha256GUID, &list->SignatureType,
210 } else if (memcmp(&efiCertX509Sha384GUID, &list->SignatureType,
213 } else if (memcmp(&efiCertX509Sha5122UID, &list->SignatureType,
/freebsd-13-stable/lib/libsecureboot/efi/include/Guid/
H A DImageAuthentication.h64 /// The format of the signature is defined by the SignatureType.
73 EFI_GUID SignatureType; member in struct:__anon7718
88 /// by the SignatureType.
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c353 switch (hd->SignatureType) {
378 hd->SignatureType, tail) < 0) {
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1019 /// If SignatureType is 0, this field has to be initialized with 16 zeros.
1020 /// If SignatureType is 1, the MBR signature is stored in the first 4 bytes of this field.
1022 /// If SignatureType is 2, this field contains a 16 byte signature.
1037 UINT8 SignatureType; member in struct:__anon9518
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h337 UINT8 SignatureType; member in struct:_HARDDRIVE_DEVICE_PATH
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c1787 switch (Hd->SignatureType) {
1814 Hd->SignatureType
H A Defivar-dp-parse.c2934 Hd->SignatureType = SIGNATURE_TYPE_MBR;
2940 Hd->SignatureType = SIGNATURE_TYPE_GUID;
2945 Hd->SignatureType = (UINT8) Strtoi (TypeStr);

Completed in 91 milliseconds