Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcamellia_generic.c174 static const u32 camellia_sp3033[256] = { variable
363 ^ camellia_sp3033[(u8)(t1)] \
367 ^ camellia_sp3033[(u8)(il >> 8)] \
853 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \
854 il ^= camellia_sp3033[(u8)(xl >> 8)]; \