Home
last modified time | relevance | path

Searched refs:CertificateFormat (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigNvData.h140 UINT8 CertificateFormat; // The type of the certificate member
DSecureBootConfig.vfr476 varid = SECUREBOOT_CONFIGURATION.CertificateFormat,
485 suppressif ideqval SECUREBOOT_CONFIGURATION.CertificateFormat == 5;
DSecureBootConfigImpl.c3084 ConfigData->CertificateFormat = HASHALG_RAW; in SecureBootExtractConfigFromVariable()
3549 IfrNvData->CertificateFormat = HASHALG_SHA256; in SecureBootCallback()
3665 if ((IfrNvData != NULL) && (IfrNvData->CertificateFormat < HASHALG_MAX)) { in SecureBootCallback()
3668 IfrNvData->CertificateFormat, in SecureBootCallback()