Lines Matching refs:mbedtls_mpi_uint
39 ((mbedtls_mpi_uint) (a) << 0) | \
40 ((mbedtls_mpi_uint) (b) << 8) | \
41 ((mbedtls_mpi_uint) (c) << 16) | \
42 ((mbedtls_mpi_uint) (d) << 24)
54 ((mbedtls_mpi_uint) (a) << 0) | \
55 ((mbedtls_mpi_uint) (b) << 8) | \
56 ((mbedtls_mpi_uint) (c) << 16) | \
57 ((mbedtls_mpi_uint) (d) << 24) | \
58 ((mbedtls_mpi_uint) (e) << 32) | \
59 ((mbedtls_mpi_uint) (f) << 40) | \
60 ((mbedtls_mpi_uint) (g) << 48) | \
61 ((mbedtls_mpi_uint) (h) << 56)
103 { mbedtls_mpi_uint t; \
271 ); d = (mbedtls_mpi_uint *)muladdc_d; s = (mbedtls_mpi_uint *)muladdc_s; } while (0);
760 mbedtls_mpi_uint tmp_a, tmp_b; \
783 mbedtls_mpi_uint tmp_a0, tmp_b0; \
784 mbedtls_mpi_uint tmp_a1, tmp_b1; \
1033 mbedtls_mpi_uint r0, r1;
1037 r0 = (mbedtls_mpi_uint) r; \
1038 r1 = (mbedtls_mpi_uint)( r >> biL ); \
1050 mbedtls_mpi_uint s0, s1, b0, b1; \
1051 mbedtls_mpi_uint r0, r1, rx, ry; \