Home
last modified time | relevance | path

Searched defs:t2_ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/crypto/
H A Dcurve25519-hacl64.c636 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_first_carry_pass() local
664 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_second_carry_pass() local
/kernel/linux/linux-6.6/lib/crypto/
H A Dcurve25519-hacl64.c634 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_first_carry_pass() local
662 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_second_carry_pass() local
/third_party/mbedtls/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c492 uint64_t t2_ = t2 + (t1_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_first_carry_pass() local
520 uint64_t t2_ = t2 + (t1_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_second_carry_pass() local
/third_party/mbedtls/3rdparty/everest/library/
H A DHacl_Curve25519.c447 uint64_t t2_ = t2 + (t1_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_first_carry_pass() local
475 uint64_t t2_ = t2 + (t1_ >> (uint32_t)51U); in Hacl_EC_Format_fcontract_second_carry_pass() local

Completed in 7 milliseconds