Searched refs:fwd_mcol (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h685 #define fwd_mcol(x) four_tables(x,t_use(f,m),vf1,rf1,0) macro
687 #define fwd_mcol(x) one_table(x,upr,t_use(f,m),vf1,rf1,0)
690 #define fwd_mcol(x) (g2 = gf_mulx(x), g2 ^ upr((x) ^ g2, 3) ^ upr((x), 2) ^ upr((x), 1))
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h723 #define fwd_mcol(x) four_tables(x,t_use(f,m),vf1,rf1,0) macro
725 #define fwd_mcol(x) one_table(x,upr,t_use(f,m),vf1,rf1,0) macro
728 #define fwd_mcol(x) (g2 = gf_mulx(x), g2 ^ upr((x) ^ g2, 3) ^ upr((x), 2) ^ upr((x), 1)) macro
H A Daescrypt.c108 #define fwd_rnd(y,x,k,c) (s(y,c) = (k)[c] ^ fwd_mcol(no_table(x,t_sbox,fwd_var,rf1,c)))
136 dec_fmvars; /* declare variables for fwd_mcol() if needed */

Completed in 60 milliseconds