Searched refs:CertPtr (Results 1 – 2 of 2) sorted by relevance
493 UINT8 *CertPtr; in P7CheckRevocation() local575 CertPtr = CertBuffer + 1; in P7CheckRevocation()580 CertSize = (UINTN) ReadUnaligned32 ((UINT32 *) CertPtr); in P7CheckRevocation()581 Cert = (UINT8 *)CertPtr + sizeof (UINT32); in P7CheckRevocation()599 CertPtr = CertPtr + sizeof (UINT32) + CertSize; in P7CheckRevocation()
1245 UINT8 *CertPtr; in IsForbiddenByDbx() local1351 CertPtr = CertBuffer + 1; in IsForbiddenByDbx()1353 CertSize = (UINTN) ReadUnaligned32 ((UINT32 *)CertPtr); in IsForbiddenByDbx()1354 Cert = (UINT8 *)CertPtr + sizeof (UINT32); in IsForbiddenByDbx()1358 CertPtr = CertPtr + sizeof (UINT32) + CertSize; in IsForbiddenByDbx()