Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_ECP_ALLOC_FAILED (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c236 case -(MBEDTLS_ERR_ECP_ALLOC_FAILED): in mbedtls_high_level_strerr()
H A Decdsa.c164 return MBEDTLS_ERR_ECP_ALLOC_FAILED; \
H A Decp_curves_new.c5427 return MBEDTLS_ERR_ECP_ALLOC_FAILED; in mbedtls_ecp_mod_p255_raw()
5530 return MBEDTLS_ERR_ECP_ALLOC_FAILED; in mbedtls_ecp_mod_p448_raw()
5536 ret = MBEDTLS_ERR_ECP_ALLOC_FAILED; in mbedtls_ecp_mod_p448_raw()
5647 return MBEDTLS_ERR_ECP_ALLOC_FAILED; in ecp_mod_koblitz()
5655 ret = MBEDTLS_ERR_ECP_ALLOC_FAILED; in ecp_mod_koblitz()
H A Decp.c288 return MBEDTLS_ERR_ECP_ALLOC_FAILED; \
1385 return MBEDTLS_ERR_ECP_ALLOC_FAILED; in ecp_normalize_jac_many()
2342 ret = MBEDTLS_ERR_ECP_ALLOC_FAILED; in ecp_mul_comb()
H A Dpsa_crypto.c551 case MBEDTLS_ERR_ECP_ALLOC_FAILED: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h43 #define MBEDTLS_ERR_ECP_ALLOC_FAILED -0x4D80 macro