Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/3rdparty/p256-m/p256-m/
Dp256-m.c924 uint32_t t1[8], t2[8], t3[8]; in point_add() local
946 m256_mul_p(t3, t1, t1); in point_add()
947 m256_mul_p(t1, t3, t1); in point_add()
950 m256_mul_p(t3, t3, x1); in point_add()
954 m256_sub_p(x1, x1, t3); in point_add()
955 m256_sub_p(x1, x1, t3); in point_add()
959 m256_sub_p(t3, t3, x1); in point_add()
960 m256_mul_p(t3, t3, t2); in point_add()
962 m256_sub_p(y1, t3, t1); in point_add()
1337 uint32_t xr[8], k[8], t3[8], t4[8]; in p256_ecdsa_sign() local
[all …]
/mbedtls-latest/3rdparty/everest/library/
DHacl_Curve25519.c443 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_first_carry_pass() local
449 uint64_t t3_ = t3 + (t2_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_first_carry_pass()
471 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_second_carry_pass() local
477 uint64_t t3_ = t3 + (t2_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_second_carry_pass()
534 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_store() local
538 uint64_t o2 = t3 << (uint32_t)25U | t2 >> (uint32_t)26U; in Hacl_EC_Format_fcontract_store()
539 uint64_t o3 = t4 << (uint32_t)12U | t3 >> (uint32_t)39U; in Hacl_EC_Format_fcontract_store()
/mbedtls-latest/3rdparty/everest/library/legacy/
DHacl_Curve25519.c488 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_first_carry_pass() local
494 uint64_t t3_ = t3 + (t2_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_first_carry_pass()
516 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_second_carry_pass() local
522 uint64_t t3_ = t3 + (t2_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_second_carry_pass()
579 uint64_t t3 = input[3U]; in Hacl_EC_Format_fcontract_store() local
583 uint64_t o2 = t3 << (uint32_t)25U | t2 >> (uint32_t)26U; in Hacl_EC_Format_fcontract_store()
584 uint64_t o3 = t4 << (uint32_t)12U | t3 >> (uint32_t)39U; in Hacl_EC_Format_fcontract_store()