1.5.5.4.27 SRV_FU_VerifyImage Function
C
void SRV_FU_VerifyImage(void);
Summary
Verifies the received image.
Description
This function is used to verify the received image. Metadata and signature, if available, are checked.
Precondition
The SRV_FU_Initialize function should have been called before calling this function..
Parameters
None
Returns
None.
Example
SRV_FU_VerifyImage();
Remarks
This function is called by the PRIME stack.