Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/
A 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 …]
/lib/mbedtls/external/mbedtls/3rdparty/everest/library/
A 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()
/lib/mbedtls/external/mbedtls/3rdparty/everest/library/legacy/
A 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()
/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c316 s64_t t1, t2, t3, t4; in sntp_process() local
319 t3 = SNTP_SEC_FRAC_TO_S64(sec, frac); in sntp_process()
323 t4 += ((t2 - t1) + (t3 - t4)) / 2; in sntp_process()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DRFC1213-MIB2234 represents the t3 timer as defined in RFC 904."

Completed in 29 milliseconds