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.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()
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() argument
1367 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 …]
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…