Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcamellia_generic.c154 static const u32 camellia_sp3033[256] = { variable
343 ^ camellia_sp3033[(u8)(t1)] \
347 ^ camellia_sp3033[(u8)(il >> 8)] \
833 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \
834 il ^= camellia_sp3033[(u8)(xl >> 8)]; \