Searched defs:x_sub_y (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ | ||
H A D | curve25519-x86_64.c | 33 u64 x_sub_y = x - y; in gte_mask() local |
/openbmc/linux/lib/crypto/ | ||
H A D | curve25519-hacl64.c | 32 u64 x_sub_y = x - y; in u64_gte_mask() local |