Searched refs:mds_tab (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ | ||
| H A D | twofish_tab.c | 70 static const ulong32 mds_tab[4][256] = { variable |
| H A D | twofish.c | 196 #define mds_column_mult(x, i) mds_tab[i][x] |