HomeSort by relevance Sort by last modified time
    Searched refs:RevocationTime (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 204 @param[out] RevocationTime Return the time that the certificate was revoked.
215 OUT EFI_TIME *RevocationTime
228 if ((RevocationTime == NULL) || (RevokedDb == NULL)) {
289 RevocationTime,
330 @param RevocationTime Pointer to the revocation time.
332 @retval TRUE The SigningTime is not later than the RevocationTime.
333 @retval FALSE The SigningTime is later than the RevocationTime.
339 IN EFI_TIME *RevocationTime
342 if (SigningTime->Year != RevocationTime->Year) {
343 return (BOOLEAN) (SigningTime->Year < RevocationTime->Year);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 844 @param[out] RevocationTime Return the time that the certificate was revoked.
856 OUT EFI_TIME *RevocationTime
880 if ((RevocationTime == NULL) || (DbxList == NULL)) {
948 CopyMem (RevocationTime, (EFI_TIME *)(DbxCertHash + mHash[HashAlg].DigestLength), sizeof (EFI_TIME));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigNvData.h 125 EFI_HII_TIME RevocationTime; // The revocation time of the certificate
SecureBootConfigImpl.c     [all...]
SecureBootConfig.vfr 482 time varid = SECUREBOOT_CONFIGURATION.RevocationTime,

Completed in 98 milliseconds