Searched refs:RootCert (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1225 UINT8 *RootCert; local
1238 RootCert = NULL;
1275 RootCert = Cert->SignatureData;
1280 if (ImageTimestampVerify (AuthData, AuthDataSize, RootCert, RootCertSize, &SigningTime)) {
1334 UINT8 *RootCert; local
1358 RootCert = NULL;
1403 RootCert = CertData->SignatureData;
1412 RootCert,
1544 UINT8 *RootCert; local
1559 RootCert
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
H A DAuthService.c3145 UINT8 *RootCert; local
3157 RootCert = NULL;
3266 &RootCert,
3290 (CompareMem (Cert->SignatureData, RootCert, RootCertSize) != 0)) {
3301 RootCert,
3335 RootCert = Cert->SignatureData;
3344 RootCert,
3369 &RootCert,
3398 RootCert,
3420 RootCert
[all...]

Completed in 104 milliseconds