Searched refs:T_size (Results 1 – 4 of 4) sorted by relevance
128 unsigned char T_size; /* number of points in table T */ member148 ctx->T_size = 0; in ecp_restart_rsm_init()166 for (i = 0; i < ctx->T_size; i++) { in ecp_restart_rsm_free()532 grp->T_size = 0; in mbedtls_ecp_group_init()565 return grp->T != NULL && grp->T_size == 0; in ecp_group_is_static_comb_table()595 for (i = 0; i < grp->T_size; i++) { in mbedtls_ecp_group_free()1365 mbedtls_ecp_point *T[], size_t T_size) in ecp_normalize_jac_many() argument1367 if (T_size < 2) { in ecp_normalize_jac_many()1373 return mbedtls_internal_ecp_normalize_jac_many(grp, T, T_size); in ecp_normalize_jac_many()1384 if ((c = mbedtls_calloc(T_size, sizeof(mbedtls_mpi))) == NULL) { in ecp_normalize_jac_many()[all …]
4585 grp->T_size = 0; in ecp_group_load()
4553 grp->T_size = 0; in ecp_group_load()
260 …size_t MBEDTLS_PRIVATE(T_size); /*!< The number of dynamic allocated pre-computed poi…