Searched defs:AuthenticateFmpImage (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/FmpAuthenticationLibNull/
H A DFmpAuthenticationLibNull.c57 AuthenticateFmpImage ( function
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
H A DFmpAuthenticationLibPkcs7.c10 FmpAuthenticatedHandlerPkcs7(), AuthenticateFmpImage() will receive
46 This function assumes the caller AuthenticateFmpImage()
162 AuthenticateFmpImage ( function
177 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - ImageSize too small\n"));
181 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too small\n"));
185 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too big\n"));
189 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - ImageSize too small\n"));
193 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wRevision, (UINTN)0x0200));
197 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - wCertificateType: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wCertificateType, (UINTN)WIN_CERT_TYPE_EFI_GUID));
202 DEBUG((DEBUG_INFO, "AuthenticateFmpImage
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
H A DFmpAuthenticationLibRsa2048Sha256.c10 FmpAuthenticatedHandlerRsa2048Sha256(), AuthenticateFmpImage() will receive
51 This function assumes the caller AuthenticateFmpImage()
295 AuthenticateFmpImage ( function
315 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - ImageSize too small\n"));
319 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too small\n"));
323 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too big\n"));
327 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - ImageSize too small\n"));
331 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wRevision, (UINTN)0x0200));
335 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - wCertificateType: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wCertificateType, (UINTN)WIN_CERT_TYPE_EFI_GUID));
340 DEBUG((DEBUG_INFO, "AuthenticateFmpImage
[all...]

Completed in 5 milliseconds