Home
last modified time | relevance | path

Searched refs:CC_SB_RSA_BASE_ERROR (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_bsv.h28 #define CC_BOOT_RSA_VERIFIER_ALG_FAILURE (CC_SB_RSA_BASE_ERROR + 0x00000001)
29 #define CC_BOOT_RSA_VERIFIER_CMP_FAILURE (CC_SB_RSA_BASE_ERROR + 0x00000002)
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_boot_gen/
Dsecureboot_error.h49 #define CC_SB_RSA_BASE_ERROR (CC_SECUREBOOT_BASE_ERROR + CC_SB_RSA_LAYER_PREFIX… macro