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.h123 UINT8 CertificateFormat; // The type of the certificate member
DSecureBootConfig.vfr459 varid = SECUREBOOT_CONFIGURATION.CertificateFormat,
468 suppressif ideqval SECUREBOOT_CONFIGURATION.CertificateFormat == 5;
DSecureBootConfigImpl.c2965 ConfigData->CertificateFormat = HASHALG_RAW; in SecureBootExtractConfigFromVariable()
3514 if ((IfrNvData != NULL) && (IfrNvData->CertificateFormat < HASHALG_MAX)) { in SecureBootCallback()
3517 IfrNvData->CertificateFormat, in SecureBootCallback()