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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h61 typedef unsigned long uint_32t; typedef
98 { uint_32t l;
103 { uint_32t ks[KS_LENGTH];
108 { uint_32t ks[KS_LENGTH];
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h53 uint_32t (an unsigned 32-bit type)
508 #define brot(x,n) (((uint_32t)(x) << n) | ((uint_32t)(x) >> (32 - n)))
524 #define upr(x,n) (((uint_32t)(x) << (8 * (n))) | ((uint_32t)(x) >> (32 - 8 * (n))))
525 #define ups(x,n) ((uint_32t) (x) << (8 * (n)))
528 (((uint_32t)(b3) << 24) | ((uint_32t)(b2) << 16) | ((uint_32t)(b1) << 8) | (b0))
532 #define upr(x,n) (((uint_32t)(
[all...]
H A Daes_modes.c68 #define lp32(x) ((uint_32t*)(x))

Completed in 75 milliseconds