Searched refs:aes_32t (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.h106 Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
110 Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH];
121 d_1(aes_32t, t_dec(f,n), sb_data, u0);
124 d_4(aes_32t, t_dec(f,n), sb_data, u0, u1, u2, u3);
128 d_1(aes_32t, t_dec(f,l), sb_data, w0);
131 d_4(aes_32t, t_dec(f,l), sb_data, w0, w1, w2, w3);
135 d_1(aes_32t, t_dec(i,n), isb_data, v0);
138 d_4(aes_32t, t_dec(i,n), isb_data, v0, v1, v2, v3);
142 d_1(aes_32t, t_dec(i,l), isb_data, w0);
145 d_4(aes_32t, t_de
[all...]
H A Daesopt.h56 aes_32t (an unsigned 32-bit type)
258 #define brot(x,n) (((aes_32t)(x) << n) | ((aes_32t)(x) >> (32 - n)))
564 #define upr(x,n) (((aes_32t)(x) << (8 * (n))) | ((aes_32t)(x) >> (32 - 8 * (n))))
565 #define ups(x,n) ((aes_32t) (x) << (8 * (n)))
568 (((aes_32t)(b3) << 24) | ((aes_32t)(b2) << 16) | ((aes_32t)(b1) << 8) | (b0))
572 #define upr(x,n) (((aes_32t)(
[all...]
H A Daescrypt.c57 #define dtables(tab) const aes_32t *tab##0, *tab##1, *tab##2, *tab##3
125 { aes_32t locals(b0, b1);
126 const aes_32t *kp;
127 const aes_32t *kptr = cx->ks;
200 { aes_32t rnd;
293 { aes_32t locals(b0, b1);
294 const aes_32t *kptr = cx->ks + cx->rn * N_COLS;
295 const aes_32t *kp;
358 { aes_32t rnd;
H A Daeskey.c98 { aes_32t ss[4];
106 { aes_32t i;
130 { aes_32t ss[6];
140 { aes_32t i;
163 { aes_32t ss[8];
175 { aes_32t i;
289 { aes_32t g = ls_box(ss[7],3) ^ t_use(r,c)[i]; \
308 { aes_32t ss[5];
318 { aes_32t i;
346 { aes_32t s
[all...]
H A Daestab.c221 static aes_08t hibit(const aes_32t x)
259 (w = (aes_32t)x, w ^= (w<<1)^(w<<2)^(w<<3)^(w<<4), 0x63^(aes_08t)(w^(w>>8)))
262 (w = (aes_32t)x, w = (w<<1)^(w<<3)^(w<<6), 0x05^(aes_08t)(w^(w>>8)))
267 { aes_32t i, w;
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h65 typedef unsigned long aes_32t; typedef
125 { aes_32t ks[KS_LENGTH];
126 aes_32t rn;
130 { aes_32t ks[KS_LENGTH];
131 aes_32t rn;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c5590 aes_32t swap_crypt_key[8]; /* big enough for a 256 key */

Completed in 47 milliseconds