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

/linux-master/crypto/
H A Dcamellia_generic.c221 static const u32 camellia_sp4404[256] = { variable
344 ^ camellia_sp4404[(u8)(ir >> 8)]; \
348 ^ camellia_sp4404[(u8)(il)]; \
835 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
836 il ^= camellia_sp4404[(u8)xl]; \

Completed in 200 milliseconds