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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h526 #define bval(x,n) ((uint_8t)((x) >> (8 * (n)))) macro
534 #define bval(x,n) ((uint_8t)((x) >> (24 - 8 * (n)))) macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h566 #define bval(x,n) ((aes_08t)((x) >> (8 * (n)))) macro
574 #define bval(x,n) ((aes_08t)((x) >> (24 - 8 * (n)))) macro
[all...]

Completed in 23 milliseconds