Skip to main content
Visitor II
July 9, 2026
Question

A simple question about x-cube-stse01 stsafea_verify_entity_signature() function

  • July 9, 2026
  • 0 replies
  • 10 views

Hello everyone,

 

stse_ReturnCode_t stsafea_verify_entity_signature(
    stse_Handler_t *pSTSE,
    PLAT_UI8 slot_number,
    stse_ecc_key_type_t key_type,
    PLAT_UI8 *pSignature,
    PLAT_UI8 *pSignature_validity)

 

this is the declaration of the function, my question is:

against which hash/payload does the function verify the signature?

 

Thanks,

Giorgio.