Searched refs:t_set (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.c295 t_set(r,c)[i] = bytes2word(w, 0, 0, 0);
306 t_set(s,box)[i] = b;
310 t_set(f,n)[i] = w;
313 t_set(f,n)[0][i] = w;
314 t_set(f,n)[1][i] = upr(w,1);
315 t_set(f,n)[2][i] = upr(w,2);
316 t_set(f,n)[3][i] = upr(w,3);
321 t_set(f,l)[i] = w; /* be used in the key schedule) */
324 t_set(f,l)[0][i] = w;
325 t_set(
[all...]
H A Daestab.h51 the 't_set' construction is used to set fixed table values
77 #define t_set(m,n) t_##m##n macro

Completed in 20 milliseconds