Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_poly_error.h33 #define CC_POLY_KEY_INVALID_ERROR (CC_POLY_MODULE_ERROR_BASE + 0x01UL)
35 #define CC_POLY_DATA_INVALID_ERROR (CC_POLY_MODULE_ERROR_BASE + 0x02UL)
37 #define CC_POLY_DATA_SIZE_INVALID_ERROR (CC_POLY_MODULE_ERROR_BASE + 0x03UL)
39 #define CC_POLY_RESOURCES_ERROR (CC_POLY_MODULE_ERROR_BASE + 0x04UL)
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_error.h216 #define CC_POLY_MODULE_ERROR_BASE (CC_ERROR_BASE + \ macro