Part Number: AM263P4
Inside of the hsm_rot_cert_validate.c in the TIFS software there is a call to HsmClient_procAuthBoot function to validate an image. The comment above the function call in code states that decryption of the image happens during validation if specified in the x509 certificate.
Where in the x509 certificate designates whether the image should be decrypted or not during validation. Also is that refering to specifying whether or not the image that gets passed to the validation function is already decrypted or if the encrypted image should be decrypted during the validation process?