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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h543 #define word_out(x,c,v) { ((uint_8t*)(x)+4*c)[0] = bval(v,0); ((uint_8t*)(x)+4*c)[1] = bval(v,1); \ macro
549 #define word_out(x,c,v) (*((uint_32t*)(x)+(c)) = (v))
554 #define word_out(x,c,v) (*((uint_32t*)(x)+(c)) = aes_sw32(v))
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h583 #define word_out(x,c,v) { ((aes_08t*)(x)+4*c)[0] = bval(v,0); ((aes_08t*)(x)+4*c)[1] = bval(v,1); \ macro
589 #define word_out(x,c,v) (*((aes_32t*)(x)+(c)) = (v)) macro
594 #define word_out(x,c,v) (*((aes_32t*)(x)+(c)) = aes_sw32(v)) macro
H A Daescrypt.c49 #define so(y,x,c) word_out(y, c, s(x,c))

Completed in 48 milliseconds