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

/crypto/
H A Dcamellia_generic.c242 static const u32 camellia_sp4404[256] = { variable
365 ^ camellia_sp4404[(u8)(ir >> 8)]; \
369 ^ camellia_sp4404[(u8)(il)]; \
856 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
857 il ^= camellia_sp4404[(u8)xl]; \

Completed in 44 milliseconds