Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish_tab.c449 static const ulong32 rs_tab7[256] = { variable
H A Dtwofish.c217 rs_tab4[in[4]] ^ rs_tab5[in[5]] ^ rs_tab6[in[6]] ^ rs_tab7[in[7]]; in rs_mult()