Searched refs:RevocationDate (Results 1 – 3 of 3) sorted by relevance
124 EFI_HII_DATE RevocationDate; // The revocation date of the certificate member
1317 IN EFI_HII_DATE *RevocationDate, in EnrollX509HashtoSigDB() argument1424 Time->Year = RevocationDate->Year; in EnrollX509HashtoSigDB()1425 Time->Month = RevocationDate->Month; in EnrollX509HashtoSigDB()1426 Time->Day = RevocationDate->Day; in EnrollX509HashtoSigDB()2968 ConfigData->RevocationDate.Year = CurrTime.Year; in SecureBootExtractConfigFromVariable()2969 ConfigData->RevocationDate.Month = CurrTime.Month; in SecureBootExtractConfigFromVariable()2970 ConfigData->RevocationDate.Day = CurrTime.Day; in SecureBootExtractConfigFromVariable()3518 &IfrNvData->RevocationDate, in SecureBootCallback()
476 date varid = SECUREBOOT_CONFIGURATION.RevocationDate,