Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp.c129 unsigned char T_size; /* number of points in table T */ member
149 ctx->T_size = 0; in ecp_restart_rsm_init()
167 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()
596 for (i = 0; i < grp->T_size; i++) { in mbedtls_ecp_group_free()
1366 mbedtls_ecp_point *T[], size_t T_size) in ecp_normalize_jac_many() argument
1368 if (T_size < 2) { in ecp_normalize_jac_many()
1374 return mbedtls_internal_ecp_normalize_jac_many(grp, T, T_size); in ecp_normalize_jac_many()
1385 if ((c = mbedtls_calloc(T_size, sizeof(mbedtls_mpi))) == NULL) { in ecp_normalize_jac_many()
[all …]
H A Decp_curves.c4585 grp->T_size = 0; in ecp_group_load()
H A Decp_curves_new.c4553 grp->T_size = 0; in ecp_group_load()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h260 …size_t MBEDTLS_PRIVATE(T_size); /*!< The number of dynamic allocated pre-computed poi…