Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Decp.c135 unsigned char T_size; /* number of points in table T */ member
155 ctx->T_size = 0; in ecp_restart_rsm_init()
173 for (i = 0; i < ctx->T_size; i++) { in ecp_restart_rsm_free()
533 grp->T_size = 0; in mbedtls_ecp_group_init()
566 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()
1369 mbedtls_ecp_point *T[], size_t T_size) in ecp_normalize_jac_many() argument
1371 if (T_size < 2) { in ecp_normalize_jac_many()
1377 return mbedtls_internal_ecp_normalize_jac_many(grp, T, T_size); in ecp_normalize_jac_many()
1388 if ((c = mbedtls_calloc(T_size, sizeof(mbedtls_mpi))) == NULL) { in ecp_normalize_jac_many()
[all …]
Dbignum.c1634 static int mpi_select(mbedtls_mpi *R, const mbedtls_mpi *T, size_t T_size, size_t idx) in mpi_select() argument
1638 for (size_t i = 0; i < T_size; i++) { in mpi_select()
Decp_curves.c4563 grp->T_size = 0; in ecp_group_load()
/mbedtls-3.5.0/include/mbedtls/
Decp.h254 …size_t MBEDTLS_PRIVATE(T_size); /*!< The number of dynamic allocated pre-computed poi…
/mbedtls-3.5.0/tests/suites/
Dtest_suite_ecp.function65 if (grp1->T_size != grp2->T_size) {