Lines Matching defs:size
251 /* scale depending on curve size: the chosen reference is 256-bit,
317 static void mpi_init_many(mbedtls_mpi *arr, size_t size)
319 while (size--) {
324 static void mpi_free_many(mbedtls_mpi *arr, size_t size)
326 while (size--) {
336 * - size in bits
339 * Curves are listed in order: largest curves first, and for a given size,
1744 * representation uses one more K_i, due to carries, but saves on the size of
1778 * - x is an array of size d + 1
1779 * - w is the size, ie number of teeth, of the comb, and must be between
1837 * on the window size. Here are operation counts for P-256:
2232 * Pick window size based on curve size and whether we optimize for base point
2260 * The user reduces MBEDTLS_ECP_WINDOW_SIZE does not changes the size of
2261 * static comb table, because the size of static comb table is fixed when
2311 /* Pick window size and deduce related sizes */