Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c244 case -(MBEDTLS_ERR_ECP_IN_PROGRESS): in mbedtls_high_level_strerr()
H A Decp.c266 return MBEDTLS_ERR_ECP_IN_PROGRESS; in mbedtls_ecp_check_budget()
298 ret != MBEDTLS_ERR_ECP_IN_PROGRESS) \
2001 ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ecp_precompute_comb()
2104 ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ecp_mul_comb_core()
2379 if (rs_ctx != NULL && rs_ctx->rsm != NULL && ret == MBEDTLS_ERR_ECP_IN_PROGRESS && T != NULL) { in ecp_mul_comb()
2399 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ecp_mul_comb()
H A Dssl_tls12_client.c1846 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ssl_parse_server_ecdh_params()
2430 send_alert_msg = (ret != MBEDTLS_ERR_ECP_IN_PROGRESS); in ssl_parse_server_key_exchange()
2440 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ssl_parse_server_key_exchange()
2853 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ssl_write_client_key_exchange()
2881 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ssl_write_client_key_exchange()
3349 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in ssl_write_certificate_verify()
H A Dx509_crt.c2309 if (rs_ctx != NULL && ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in x509_crt_find_parent_in()
2410 if (rs_ctx != NULL && ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in x509_crt_find_parent()
2629 if (rs_ctx != NULL && ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in x509_crt_verify_chain()
3123 if (rs_ctx != NULL && ret != MBEDTLS_ERR_ECP_IN_PROGRESS) { in x509_crt_verify_restartable_ca_cb()
H A Dpk.c1067 if (ret != MBEDTLS_ERR_ECP_IN_PROGRESS) { in mbedtls_pk_verify_restartable()
1260 if (ret != MBEDTLS_ERR_ECP_IN_PROGRESS) { in mbedtls_pk_sign_restartable()
H A Decdsa.c174 ret != MBEDTLS_ERR_ECP_IN_PROGRESS) \
H A Dpsa_crypto.c557 case MBEDTLS_ERR_ECP_IN_PROGRESS: in mbedtls_to_psa_error()
H A Dssl_tls.c9950 if (ret == MBEDTLS_ERR_ECP_IN_PROGRESS) { in mbedtls_ssl_verify_certificate()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h51 #define MBEDTLS_ERR_ECP_IN_PROGRESS -0x4B00 macro