Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c36 u64 x_xor_q = x ^ q; in gte_mask() local
37 u64 x_xor_q_ = x_xor_q >> (u32)63U; in gte_mask()
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c35 u64 x_xor_q = x ^ q; in u64_gte_mask() local
36 u64 x_xor_q_ = x_xor_q >> (u32)63U; in u64_gte_mask()