Lines Matching refs:bytes
1567 size_t bytes;
1578 bytes = limbs_N * sizeof(mbedtls_mpi_uint);
1666 TEST_MEMORY_COMPARE(X, bytes, res, bytes);
1685 size_t bytes;
1696 bytes = p_limbs * sizeof(mbedtls_mpi_uint);
1707 TEST_MEMORY_COMPARE(p, bytes, m.p, bytes);
1781 size_t bytes;
1800 bytes = p_A_limbs * ciL;
1814 TEST_MEMORY_COMPARE(rA.p, bytes, rS.p, bytes);
1831 size_t bytes;
1852 bytes = limbs * ciL;
1858 bytes, MBEDTLS_MPI_MOD_EXT_REP_LE));
1861 bytes, MBEDTLS_MPI_MOD_EXT_REP_LE));
1864 TEST_MEMORY_COMPARE(rA.p, bytes, rX.p, bytes);
1866 memset(bufx, 0x00, bytes);
1867 memset(rX_raw, 0x00, bytes);
1870 bytes,
1874 bytes,
1878 TEST_MEMORY_COMPARE(rA.p, bytes, rX.p, bytes);