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

/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c74 #define ULT(a, b) ((a ^ ((a ^ b) | ((a - b) ^ b))) >> (sizeof(a) * 8 - 1)) macro
78 state->hs[1] += (cy = ULT(state->hs[0], cy));
79 state->hs[2] += ULT(state->hs[1], cy);
80 #undef ULT macro

Completed in 105 milliseconds