Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c632 u64 t1_ = t1 + (t0 >> 51); in format_fcontract_first_carry_pass() local
634 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_first_carry_pass()
635 u64 t1__ = t1_ & 0x7ffffffffffffLLU; in format_fcontract_first_carry_pass()
660 u64 t1_ = t1 + (t0 >> 51); in format_fcontract_second_carry_pass() local
662 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_second_carry_pass()
663 u64 t1__ = t1_ & 0x7ffffffffffffLLU; in format_fcontract_second_carry_pass()