Home
last modified time | relevance | path

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

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