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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.c153 #define w0(p) bytes2word(p, 0, 0, 0)
154 #define w1(p) bytes2word(0, p, 0, 0)
155 #define w2(p) bytes2word(0, 0, p, 0)
156 #define w3(p) bytes2word(0, 0, 0, p)
158 #define u0(p) bytes2word(f2(p), p, p, f3(p))
159 #define u1(p) bytes2word(f3(p), f2(p), p, p)
160 #define u2(p) bytes2word(p, f3(p), f2(p), p)
161 #define u3(p) bytes2word(p, p, f3(p), f2(p))
163 #define v0(p) bytes2word(fe(p), f9(p), fd(p), fb(p))
164 #define v1(p) bytes2word(f
[all...]
H A Daesopt.h567 #define bytes2word(b0, b1, b2, b3) \ macro
575 #define bytes2word(b0, b1, b2, b3) \ macro
581 #define word_in(x,c) bytes2word(((aes_08t*)(x)+4*c)[0], ((aes_08t*)(x)+4*c)[1], \
691 #define no_table(x,box,vf,rf,c) bytes2word( \
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h527 #define bytes2word(b0, b1, b2, b3) \ macro
535 #define bytes2word(b0, b1, b2, b3) \ macro
541 #define word_in(x,c) bytes2word(((const uint_8t*)(x)+4*c)[0], ((const uint_8t*)(x)+4*c)[1], \
659 #define no_table(x,box,vf,rf,c) bytes2word( \

Completed in 29 milliseconds