Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Decp.c128 unsigned char T_size; /* number of points in table T */ member
148 ctx->T_size = 0; in ecp_restart_rsm_init()
166 for (i = 0; i < ctx->T_size; i++) { in ecp_restart_rsm_free()
528 grp->T_size = 0; in mbedtls_ecp_group_init()
561 return grp->T != NULL && grp->T_size == 0; in ecp_group_is_static_comb_table()
591 for (i = 0; i < grp->T_size; i++) { in mbedtls_ecp_group_free()
1361 mbedtls_ecp_point *T[], size_t T_size) in ecp_normalize_jac_many() argument
1363 if (T_size < 2) { in ecp_normalize_jac_many()
1369 return mbedtls_internal_ecp_normalize_jac_many(grp, T, T_size); in ecp_normalize_jac_many()
1380 if ((c = mbedtls_calloc(T_size, sizeof(mbedtls_mpi))) == NULL) { in ecp_normalize_jac_many()
[all …]
Decp_curves.c4543 grp->T_size = 0; in ecp_group_load()
Decp_curves_new.c4553 grp->T_size = 0; in ecp_group_load()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h258 …size_t MBEDTLS_PRIVATE(T_size); /*!< The number of dynamic allocated pre-computed poi…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function61 if (grp1->T_size != grp2->T_size) {