Home
last modified time | relevance | path

Searched refs:table (Results 1 – 9 of 9) sorted by relevance

/mbedtls/tests/suites/
A Dtest_suite_bignum_core.function1017 mbedtls_mpi_uint *table = NULL;
1020 TEST_CALLOC(table, limbs * count);
1024 * Fill the table with a unique counter so that differences are easily
1029 table[i] = ~i - 1;
1033 mbedtls_mpi_uint *current = table + i * limbs;
1043 TEST_CF_SECRET(table, count * limbs * sizeof(*table));
1045 mbedtls_mpi_core_ct_uint_table_lookup(dest, table, limbs, count, i);
1048 TEST_CF_PUBLIC(table, count * limbs * sizeof(*table));
1055 mbedtls_free(table);
A Dtest_suite_des.function249 // Set the key parity according to the table
268 // Check the parity with the table
A Dmain_test.function137 * This table is populated by script:
A Dtest_suite_bignum_core.generated.data9251 Constant time MPI table lookup - One limb MPI with 0 bit window
9254 Constant time MPI table lookup - One limb MPI with 1 bit window
9257 Constant time MPI table lookup - One limb MPI with 2 bit window
9260 Constant time MPI table lookup - One limb MPI with 3 bit window
9263 Constant time MPI table lookup - One limb MPI with 4 bit window
9266 Constant time MPI table lookup - One limb MPI with 5 bit window
9269 Constant time MPI table lookup - One limb MPI with 6 bit window
9314 Constant time MPI table lookup - Small FF/RSA sized MPI with 0 bit window
9317 Constant time MPI table lookup - Small FF/RSA sized MPI with 1 bit window
9320 Constant time MPI table lookup - Small FF/RSA sized MPI with 2 bit window
[all …]
/mbedtls/library/
A Dbignum_core.c598 const mbedtls_mpi_uint *table, in mbedtls_mpi_core_ct_uint_table_lookup() argument
603 for (size_t i = 0; i < count; i++, table += limbs) { in mbedtls_mpi_core_ct_uint_table_lookup()
605 mbedtls_mpi_core_cond_assign(dest, table, limbs, assign); in mbedtls_mpi_core_ct_uint_table_lookup()
A Dbignum_core.h521 const mbedtls_mpi_uint *table,
/mbedtls/docs/
A Dpsa-driver-example-and-guide.md27 …iver wrapper is supported for the operation entry points specified in the table below. Certain ope…
39 If the driver is accelerating operations whose entry points are in the above table, the instruction…
50 If the driver is accelerating operations whose entry points are not present in the table, a differe…
A Dpsa-transition.md18 Then use the [summary of API modules](#summary-of-api-modules), the table of contents or a text sea…
316 The following table lists corresponding PSA macros for maximum-size macros that take all supported …
683 The following table lists the relevant usage flags for asymmetric cryptography. You can pass those …
736 The following table gives the correspondence between legacy and PSA elliptic curve designations.
784 …ntains the number(s) that make up the key, with very little metadata. The table below summarizes t…
1229 … and the `pbits` field in `mbedtls_ecp_group` are the same. The following table lists curves for w…
1249 …e the maximum supported sizes for various kinds of objects. The following table lists equivalents …
/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md151 The following table summarizes where symbols are defined depending on the configuration mode.

Completed in 161 milliseconds