Searched refs:x_sub_y (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c32 u64 x_sub_y = x - y; local
33 u64 x_sub_y_xor_y = x_sub_y ^ y;
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c33 u64 x_sub_y = x - y; local
34 u64 x_sub_y_xor_y = x_sub_y ^ y;

Completed in 106 milliseconds