Searched defs:fwd_mcol (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aesopt.h | 750 # define fwd_mcol(x) four_tables(x,t_use(f,m),vf1,rf1,0) macro 752 # define fwd_mcol(x) one_table(x,upr,t_use(f,m),vf1,rf1,0) macro 755 # define fwd_mcol(x) (g2 = gf_mulx(x), g2 ^ upr((x) ^ g2, 3) ^ upr((x), 2) ^ upr((x), 1)) macro
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aesopt.h | 728 #define fwd_mcol(x) four_tables(x, t_use(f, m), vf1, rf1, 0) macro
|