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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h556 bval(x,n): extracts a byte from a word
566 #define bval(x,n) ((aes_08t)((x) >> (8 * (n)))) macro
574 #define bval(x,n) ((aes_08t)((x) >> (24 - 8 * (n)))) macro
583 #define word_out(x,c,v) { ((aes_08t*)(x)+4*c)[0] = bval(v,0); ((aes_08t*)(x)+4*c)[1] = bval(v,1); \
584 ((aes_08t*)(x)+4*c)[2] = bval(v,2); ((aes_08t*)(x)+4*c)[3] = bval(v,3); }
692 box[bval(vf(x,0,c),rf(0,c))], \
693 box[bval(vf(x,1,c),rf(1,c))], \
694 box[bval(v
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h516 bval(x,n): extracts a byte from a word
526 #define bval(x,n) ((uint_8t)((x) >> (8 * (n)))) macro
534 #define bval(x,n) ((uint_8t)((x) >> (24 - 8 * (n)))) macro
543 #define word_out(x,c,v) { ((uint_8t*)(x)+4*c)[0] = bval(v,0); ((uint_8t*)(x)+4*c)[1] = bval(v,1); \
544 ((uint_8t*)(x)+4*c)[2] = bval(v,2); ((uint_8t*)(x)+4*c)[3] = bval(v,3); }
660 box[bval(vf(x,0,c),rf(0,c))], \
661 box[bval(vf(x,1,c),rf(1,c))], \
662 box[bval(v
[all...]

Completed in 71 milliseconds