Searched defs:minus_x (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ | ||
H A D | curve25519-x86_64.c | 22 u64 minus_x = ~x + (u64)1U; in eq_mask() local |
/linux/lib/crypto/ | ||
H A D | curve25519-hacl64.c | 20 u64 minus_x = ~x + (u64)1U; in u64_eq_mask() local |