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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
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)))
120 #define fwd_lrnd(y,x,k,c) (s(y,c) = (k)[c] ^ no_table(x,t_sbox,fwd_var,rf1,c))
276 #define inv_rnd(y,x,k,c) (s(y,c) = inv_mcol((k)[c] ^ no_table(x,t_ibox,inv_var,rf1,c)))
288 #define inv_lrnd(y,x,k,c) (s(y,c) = (k)[c] ^ no_table(x,t_ibox,inv_var,rf1,c))
H A Daesopt.h691 #define no_table(x,box,vf,rf,c) bytes2word( \ macro
750 #define ls_box(x,c) no_table(x,t_use(s,box),vf1,rf2,c)
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h659 #define no_table(x,box,vf,rf,c) bytes2word( \ macro
712 #define ls_box(x,c) no_table(x,t_use(s,box),vf1,rf2,c)

Completed in 70 milliseconds