Home
last modified time | relevance | path

Searched refs:CC_CHACHA_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_chacha_poly_error.h37 #define CC_CHACHA_POLY_ADATA_INVALID_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE +…
39 #define CC_CHACHA_POLY_DATA_INVALID_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x0…
41 #define CC_CHACHA_POLY_ENC_MODE_INVALID_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x0…
43 #define CC_CHACHA_POLY_DATA_SIZE_INVALID_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x0…
45 #define CC_CHACHA_POLY_GEN_KEY_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x05UL)
47 #define CC_CHACHA_POLY_ENCRYPTION_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x06UL)
49 #define CC_CHACHA_POLY_AUTH_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE + 0x07UL)
51 #define CC_CHACHA_POLY_MAC_ERROR (CC_CHACHA_POLY_MODULE_ERROR_BASE +…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_error.h212 #define CC_CHACHA_POLY_MODULE_ERROR_BASE (CC_ERROR_BASE + \ macro