Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Daes_generic.c329 static const u32 crypto_fl_tab[4][256] ____cacheline_aligned = { variable
1163 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \
1164 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1165 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1166 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \