Home
last modified time | relevance | path

Searched refs:cc_error (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decp_common.c15 int error_mapping_cc_to_mbedtls_ecc (CCError_t cc_error) in error_mapping_cc_to_mbedtls_ecc() argument
18 switch (cc_error) in error_mapping_cc_to_mbedtls_ecc()
145 CC_PAL_LOG_ERR("Unknown CC_ERROR %d\r\n", cc_error); in error_mapping_cc_to_mbedtls_ecc()
148 CC_PAL_LOG_DEBUG("Converted CC_ERROR %d to MBEDTLS_ERR %d\r\n", cc_error, ret); in error_mapping_cc_to_mbedtls_ecc()
Decp_common.h33 int error_mapping_cc_to_mbedtls_ecc (CCError_t cc_error);
Drsa_alt.c155 static int error_mapping_cc_to_mbedtls_rsa (CCError_t cc_error, CC_RSA_OP op) in error_mapping_cc_to_mbedtls_rsa() argument
175 switch (cc_error) in error_mapping_cc_to_mbedtls_rsa()
287 CC_PAL_LOG_ERR("Unknown CC_ERROR %d (0x%08x)\r\n", cc_error, cc_error); in error_mapping_cc_to_mbedtls_rsa()
293 cc_error, cc_error, ret); in error_mapping_cc_to_mbedtls_rsa()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_ecc_util.c40 psa_status_t cc3xx_ecc_cc_error_to_psa_error(CCError_t cc_error) in cc3xx_ecc_cc_error_to_psa_error() argument
44 switch (cc_error) { in cc3xx_ecc_cc_error_to_psa_error()
56 switch (cc_error) { in cc3xx_ecc_cc_error_to_psa_error()
185 CC_PAL_LOG_ERR("Unknown CC_ERROR %d", cc_error); in cc3xx_ecc_cc_error_to_psa_error()
190 cc_error, cc_error, err); in cc3xx_ecc_cc_error_to_psa_error()
Dcc3xx_internal_drbg_util.c49 CCError_t cc_error; in cc3xx_ctr_drbg_get_ctx() local
72 cc_error = CC_RndSetGenerateVectorFunc(rnd_ctx, mbedtls_ctr_drbg_random); in cc3xx_ctr_drbg_get_ctx()
73 if (cc_error != 0) { in cc3xx_ctr_drbg_get_ctx()
Dcc3xx_internal_rsa_util.c652 psa_status_t cc3xx_rsa_cc_error_to_psa_error(CCError_t cc_error) in cc3xx_rsa_cc_error_to_psa_error() argument
656 switch (cc_error) { in cc3xx_rsa_cc_error_to_psa_error()
672 switch (cc_error) { in cc3xx_rsa_cc_error_to_psa_error()
778 CC_PAL_LOG_ERR("Unknown CC_ERROR %d", cc_error); in cc3xx_rsa_cc_error_to_psa_error()
784 cc_error, cc_error, err); in cc3xx_rsa_cc_error_to_psa_error()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/
Dcc3xx_internal_ecc_util.h35 psa_status_t cc3xx_ecc_cc_error_to_psa_error(CCError_t cc_error);
Dcc3xx_internal_rsa_util.h61 psa_status_t cc3xx_rsa_cc_error_to_psa_error(CCError_t cc_error);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/doxygen/
Ddoxygen_cc312.conf792 ../shared/include/crypto_api/cc_error.h \