Searched refs:x3 (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 977 uint32_t x3[8], uint32_t y3[8], in point_add_or_double_leaky() 983 u256_cmov(x3, x1, 1); in point_add_or_double_leaky() 989 point_add(x3, y3, z3, x2, y2); in point_add_or_double_leaky() 990 point_to_affine(x3, y3, z3); in point_add_or_double_leaky() 994 point_double(x3, y3, z3); in point_add_or_double_leaky() 995 point_to_affine(x3, y3, z3); in point_add_or_double_leaky() 998 m256_set32(x3, 0, &p256_p); in point_add_or_double_leaky()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_bignum_core.generated.data | 11348 mbedtls_mpi_core_mla #2 0x0 + 0x0 * 0x3 11385 mbedtls_mpi_core_mla #13 0x0 + 0x1 * 0x3 11422 mbedtls_mpi_core_mla #24 0x0 + 0xfffe * 0x3 11459 mbedtls_mpi_core_mla #35 0x0 + 0xffffffff * 0x3 11496 mbedtls_mpi_core_mla #46 0x0 + 0x100000000 * 0x3 11533 mbedtls_mpi_core_mla #57 0x0 + 0x20000000000000 * 0x3 11570 mbedtls_mpi_core_mla #68 0x0 + 0xffffffffffffffff * 0x3 11607 mbedtls_mpi_core_mla #79 0x0 + 0x10000000000000000 * 0x3 11644 mbedtls_mpi_core_mla #90 0x0 + 0x1234567890abcdef0 * 0x3 11681 mbedtls_mpi_core_mla #101 0x0 + 0xfffffffffffffffffefefefefefefefe * 0x3 [all …]
|
D | test_suite_lmots.data | 103 # sets an invalid LMOTS type (0x3), and is expected to fail to 131 # LMOTS type to 0x3, and imports it. This should fail.
|
D | test_suite_lms.data | 201 # invalid LMOTS type (0x3) but a valid LMS type (0x6), and should fail. 256 # LMOTS type to 0x3, and imports it. This should fail.
|
/mbedtls-latest/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 582 uint64_t *x3 = ppq; in Hacl_EC_AddAndDouble_fmonty() local 620 Hacl_Bignum_Fsquare_fsquare_times(x3, xxprime, (uint32_t)1U); in Hacl_EC_AddAndDouble_fmonty()
|
/mbedtls-latest/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 627 uint64_t *x3 = ppq; in Hacl_EC_AddAndDouble_fmonty() local 665 Hacl_Bignum_Fsquare_fsquare_times(x3, xxprime, (uint32_t)1U); in Hacl_EC_AddAndDouble_fmonty()
|