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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h258 #define brot(x,n) (((aes_32t)(x) << n) | ((aes_32t)(x) >> (32 - n))) macro

Completed in 75 milliseconds