Home
last modified time | relevance | path

Searched refs:rsm (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/library/
Decp.c405 ctx->rsm = NULL; in mbedtls_ecp_restart_init()
417 ecp_restart_rsm_free( ctx->rsm ); in mbedtls_ecp_restart_free()
418 mbedtls_free( ctx->rsm ); in mbedtls_ecp_restart_free()
1846 if( rs_ctx != NULL && rs_ctx->rsm != NULL ) in ecp_precompute_comb()
1848 if( rs_ctx->rsm->state == ecp_rsm_pre_dbl ) in ecp_precompute_comb()
1850 if( rs_ctx->rsm->state == ecp_rsm_pre_norm_dbl ) in ecp_precompute_comb()
1852 if( rs_ctx->rsm->state == ecp_rsm_pre_add ) in ecp_precompute_comb()
1854 if( rs_ctx->rsm->state == ecp_rsm_pre_norm_add ) in ecp_precompute_comb()
1862 if( rs_ctx != NULL && rs_ctx->rsm != NULL ) in ecp_precompute_comb()
1864 rs_ctx->rsm->state = ecp_rsm_pre_dbl; in ecp_precompute_comb()
[all …]
Decdh.c82 if( rs_ctx == NULL || rs_ctx->rsm == NULL ) in ecdh_gen_public_restartable()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Decp.h325 mbedtls_ecp_restart_mul_ctx *rsm; /*!< ecp_mul_comb() sub-context */ member