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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h514 ups(x,n): moves bytes by n positions to higher index positions in
525 #define ups(x,n) ((uint_32t) (x) << (8 * (n))) macro
533 #define ups(x,n) ((uint_32t) (x) >> (8 * (n))) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h554 ups(x,n): moves bytes by n positions to higher index positions in
565 #define ups(x,n) ((aes_32t) (x) << (8 * (n))) macro
573 #define ups(x,n) ((aes_32t) (x) >> (8 * (n)))) macro
H A Daescrypt.c118 #define fwd_lrnd(y,x,k,c) (s(y,c) = (k)[c] ^ one_table(x,ups,t_fl,fwd_var,rf1,c))
286 #define inv_lrnd(y,x,k,c) (s(y,c) = (k)[c] ^ one_table(x,ups,t_il,inv_var,rf1,c))

Completed in 29 milliseconds