Home
last modified time | relevance | path

Searched refs:CC_ECPKI_INVALID_DOMAIN_ID_ERROR (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c255 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_encrypt_full()
263 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_encrypt_full()
272 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_encrypt_full()
511 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_decrypt()
519 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_decrypt()
528 error = CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in mbedtls_ecies_kem_decrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecies.c217 return CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in EciesKemEncrypt()
437 return CC_ECPKI_INVALID_DOMAIN_ID_ERROR; in CC_EciesKemDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decp_common.c28 case CC_ECPKI_INVALID_DOMAIN_ID_ERROR: in error_mapping_cc_to_mbedtls_ecc()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_error.h218 #define CC_ECPKI_INVALID_DOMAIN_ID_ERROR (CC_ECPKI_MODULE_ERROR_BASE + 0x92UL) macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_ecc_util.c68 case CC_ECPKI_INVALID_DOMAIN_ID_ERROR: in cc3xx_ecc_cc_error_to_psa_error()