/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_bignum_core.generated.data | 11345 mbedtls_mpi_core_mla #1 0x0 + 0x0 * 0x0 11348 mbedtls_mpi_core_mla #2 0x0 + 0x0 * 0x3 11351 mbedtls_mpi_core_mla #3 0x0 + 0x0 * 0xfe 11354 mbedtls_mpi_core_mla #4 0x0 + 0x0 * 0xff 11357 mbedtls_mpi_core_mla #5 0x0 + 0x0 * 0xffff 11360 mbedtls_mpi_core_mla #6 0x0 + 0x0 * 0x10000 11363 mbedtls_mpi_core_mla #7 0x0 + 0x0 * 0xffffffff 11366 mbedtls_mpi_core_mla #8 0x0 + 0x0 * 0x100000000 11370 mbedtls_mpi_core_mla #9 0x0 + 0x0 * 0x7f7f7f7f7f7f7f7f 11374 mbedtls_mpi_core_mla #10 0x0 + 0x0 * 0x8000000000000000 [all …]
|
H A D | test_suite_bignum_core.function | 767 * processed by mbedtls_mpi_core_mla()) are little endian, we can just 774 TEST_EQUAL(mbedtls_mpi_core_mla(a, limbs, B.p, B.n, *S.p), *cy->p); 782 TEST_EQUAL(mbedtls_mpi_core_mla(a, limbs, a, limbs, *S.p), *cy->p);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum_core.generated.data | 11345 mbedtls_mpi_core_mla #1 0x0 + 0x0 * 0x0 11348 mbedtls_mpi_core_mla #2 0x0 + 0x0 * 0x3 11351 mbedtls_mpi_core_mla #3 0x0 + 0x0 * 0xfe 11354 mbedtls_mpi_core_mla #4 0x0 + 0x0 * 0xff 11357 mbedtls_mpi_core_mla #5 0x0 + 0x0 * 0xffff 11360 mbedtls_mpi_core_mla #6 0x0 + 0x0 * 0x10000 11363 mbedtls_mpi_core_mla #7 0x0 + 0x0 * 0xffffffff 11366 mbedtls_mpi_core_mla #8 0x0 + 0x0 * 0x100000000 11370 mbedtls_mpi_core_mla #9 0x0 + 0x0 * 0x7f7f7f7f7f7f7f7f 11374 mbedtls_mpi_core_mla #10 0x0 + 0x0 * 0x8000000000000000 [all …]
|
H A D | test_suite_bignum_core.function | 767 * processed by mbedtls_mpi_core_mla()) are little endian, we can just 774 TEST_EQUAL(mbedtls_mpi_core_mla(a, limbs, B.p, B.n, *S.p), *cy->p); 782 TEST_EQUAL(mbedtls_mpi_core_mla(a, limbs, a, limbs, *S.p), *cy->p);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | bignum_core.c | 461 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *d, size_t d_len, in mbedtls_mpi_core_mla() function 506 (void) mbedtls_mpi_core_mla(X + i, A_limbs + 1, A, A_limbs, B[i]); in mbedtls_mpi_core_mul() 542 (void) mbedtls_mpi_core_mla(T, AN_limbs + 2, B, B_limbs, u0); in mbedtls_mpi_core_montmul() 543 (void) mbedtls_mpi_core_mla(T, AN_limbs + 2, N, AN_limbs, u1); in mbedtls_mpi_core_montmul()
|
H A D | bignum_core.h | 413 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *X, size_t X_limbs,
|
H A D | ecp_curves_new.c | 5361 carry = mbedtls_mpi_core_mla(X0, X0_limbs, X1, X1_limbs, shift); in mbedtls_ecp_mod_p521_raw() 5437 *carry = mbedtls_mpi_core_mla(X, P255_WIDTH, A1, A1_limbs, 38); in mbedtls_ecp_mod_p255_raw()
|
H A D | bignum.c | 1279 mbedtls_mpi_core_mla(X->p, X->n, A->p, n, b - 1); in mbedtls_mpi_mul_int()
|
H A D | ecp_curves.c | 5217 mbedtls_mpi_core_mla(N->p, P255_WIDTH + 1, in ecp_mod_p255()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | bignum_core.c | 461 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *d, size_t d_len, in mbedtls_mpi_core_mla() function 506 (void) mbedtls_mpi_core_mla(X + i, A_limbs + 1, A, A_limbs, B[i]); in mbedtls_mpi_core_mul() 542 (void) mbedtls_mpi_core_mla(T, AN_limbs + 2, B, B_limbs, u0); in mbedtls_mpi_core_montmul() 543 (void) mbedtls_mpi_core_mla(T, AN_limbs + 2, N, AN_limbs, u1); in mbedtls_mpi_core_montmul()
|
H A D | bignum_core.h | 413 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *X, size_t X_limbs,
|
H A D | ecp_curves_new.c | 5368 carry = mbedtls_mpi_core_mla(X0, X0_limbs, X1, X1_limbs, shift); in mbedtls_ecp_mod_p521_raw() 5444 *carry = mbedtls_mpi_core_mla(X, P255_WIDTH, A1, A1_limbs, 38); in mbedtls_ecp_mod_p255_raw()
|
H A D | bignum.c | 1330 mbedtls_mpi_core_mla(X->p, X->n, A->p, n, b - 1); in mbedtls_mpi_mul_int()
|
H A D | ecp_curves.c | 5224 mbedtls_mpi_core_mla(N->p, P255_WIDTH + 1, in ecp_mod_p255()
|