Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcamellia_generic.c107 static const u32 camellia_sp0222[256] = { variable
362 ^ camellia_sp0222[(u8)(t1 >> 8)] \
366 ^ camellia_sp0222[(u8)(t0)] \
851 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \
852 il ^= camellia_sp0222[(u8)(xl >> 16)]; \