Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_core_mla (Results 1 – 6 of 6) sorted by relevance

/external/mbedtls/tests/suites/
Dtest_suite_bignum_core.generated.data3449 mbedtls_mpi_core_mla #1 0x0 + 0x0 * 0x0
3452 mbedtls_mpi_core_mla #2 0x0 + 0x0 * 0x3
3455 mbedtls_mpi_core_mla #3 0x0 + 0x0 * 0xfe
3458 mbedtls_mpi_core_mla #4 0x0 + 0x0 * 0xff
3461 mbedtls_mpi_core_mla #5 0x0 + 0x0 * 0xffff
3464 mbedtls_mpi_core_mla #6 0x0 + 0x0 * 0x10000
3467 mbedtls_mpi_core_mla #7 0x0 + 0x0 * 0xffffffff
3470 mbedtls_mpi_core_mla #8 0x0 + 0x0 * 0x100000000
3474 mbedtls_mpi_core_mla #9 0x0 + 0x0 * 0x7f7f7f7f7f7f7f7f
3478 mbedtls_mpi_core_mla #10 0x0 + 0x0 * 0x8000000000000000
[all …]
Dtest_suite_bignum_core.function693 * processed by mbedtls_mpi_core_mla()) are little endian, we can just
700 TEST_EQUAL( mbedtls_mpi_core_mla( a, limbs, B.p, B.n, *S.p ), *cy->p );
709 TEST_EQUAL( mbedtls_mpi_core_mla( a, limbs, a, limbs, *S.p ), *cy->p );
/external/mbedtls/library/
Dbignum_core.c421 mbedtls_mpi_uint mbedtls_mpi_core_mla( mbedtls_mpi_uint *d, size_t d_len, in mbedtls_mpi_core_mla() function
493 (void) mbedtls_mpi_core_mla( T, AN_limbs + 2, B, B_limbs, u0 ); in mbedtls_mpi_core_montmul()
494 (void) mbedtls_mpi_core_mla( T, AN_limbs + 2, N, AN_limbs, u1 ); in mbedtls_mpi_core_montmul()
Dbignum_core.h381 mbedtls_mpi_uint mbedtls_mpi_core_mla( mbedtls_mpi_uint *X, size_t X_limbs,
Dbignum.c1120 (void) mbedtls_mpi_core_mla( X->p + k, i + 1, in mbedtls_mpi_mul_mpi()
1172 mbedtls_mpi_core_mla( X->p, X->n, A->p, n, b - 1 ); in mbedtls_mpi_mul_int()
Decp_curves.c5230 mbedtls_mpi_core_mla( N->p, P255_WIDTH + 1, in ecp_mod_p255()