Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_uint (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decp_curves_alt.c56 ( (mbedtls_mpi_uint) (a) << 0 ) | \
57 ( (mbedtls_mpi_uint) (b) << 8 ) | \
58 ( (mbedtls_mpi_uint) (c) << 16 ) | \
59 ( (mbedtls_mpi_uint) (d) << 24 )
71 ( (mbedtls_mpi_uint) (a) << 0 ) | \
72 ( (mbedtls_mpi_uint) (b) << 8 ) | \
73 ( (mbedtls_mpi_uint) (c) << 16 ) | \
74 ( (mbedtls_mpi_uint) (d) << 24 ) | \
75 ( (mbedtls_mpi_uint) (e) << 32 ) | \
76 ( (mbedtls_mpi_uint) (f) << 40 ) | \
[all …]
/trusted-firmware-m-latest/interface/include/mbedtls/
Dbignum.h119 typedef uint64_t mbedtls_mpi_uint; typedef
132 typedef uint64_t mbedtls_mpi_uint; typedef
148 typedef uint64_t mbedtls_mpi_uint; typedef
158 typedef uint64_t mbedtls_mpi_uint; typedef
169 typedef uint32_t mbedtls_mpi_uint; typedef
212 mbedtls_mpi_uint *MBEDTLS_PRIVATE(p);
799 mbedtls_mpi_uint b);
879 int mbedtls_mpi_mod_int(mbedtls_mpi_uint *r, const mbedtls_mpi *A,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcc_ecp_internal.c135 *scalarSize = (X->MBEDTLS_PRIVATE(n) * sizeof(mbedtls_mpi_uint)); in ecc_conv_mpi_to_scalar()
Drsa_alt.c118 #define WORD_SIZE_IN_BYTES sizeof(mbedtls_mpi_uint)