SPMU447 June 2026 CC2755P20
Secure Boot supports three types of signature algorithms:
RSA 3K PKCS
To configure this option, set scfg.secBootCfg.policyCfg.authAlgorithm = SCFG_POLICY_ALG_RSA_3K_SHA256
ECDSA P256
To configure this option, set scfg.secBootCfg.policyCfg.authAlgorithm = SCFG_POLICY_ALG_ECDSA_P256_SHA256
ECDSA P521
To configure this option, set scfg.secBootCfg.policyCfgauthAlgorithm = SCFG_POLICY_ALG_ECDSA_P521_SHA512
The signature for the image is located at the signature TLV (see image format in the following sections).
Refer to the Secure Boot example in the SDK for instructions on private key generation.