u32                61 source4/heimdal/lib/hcrypto/camellia-ntt.c # define GETU32(p) SWAP(*((u32 *)(p)))
u32                62 source4/heimdal/lib/hcrypto/camellia-ntt.c # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));}
u32                67 source4/heimdal/lib/hcrypto/camellia-ntt.c     (((u32)(pt)[0] << 24)			\
u32                68 source4/heimdal/lib/hcrypto/camellia-ntt.c      ^ ((u32)(pt)[1] << 16)			\
u32                69 source4/heimdal/lib/hcrypto/camellia-ntt.c      ^ ((u32)(pt)[2] <<  8)			\
u32                70 source4/heimdal/lib/hcrypto/camellia-ntt.c      ^ ((u32)(pt)[3]))
u32               175 source4/heimdal/lib/hcrypto/camellia-ntt.c static const u32 camellia_sp1110[256] = {
u32               242 source4/heimdal/lib/hcrypto/camellia-ntt.c static const u32 camellia_sp0222[256] = {
u32               309 source4/heimdal/lib/hcrypto/camellia-ntt.c static const u32 camellia_sp3033[256] = {
u32               376 source4/heimdal/lib/hcrypto/camellia-ntt.c static const u32 camellia_sp4404[256] = {
u32               452 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kll, klr, krl, krr;
u32               453 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1, w0, w1;
u32               454 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kw4l, kw4r, dw, tl, tr;
u32               455 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 subL[26];
u32               456 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 subR[26];
u32               663 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kll,klr,krl,krr;           /* left half of key */
u32               664 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 krll,krlr,krrl,krrr;       /* right half of key */
u32               665 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1, w0, w1;    /* temporary variables */
u32               666 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kw4l, kw4r, dw, tl, tr;
u32               667 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 subL[34];
u32               668 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 subR[34];
u32               950 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 krll, krlr, krrl,krrr;
u32               971 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1;
u32              1061 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;               /* temporary valiables */
u32              1154 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;           /* temporary valiables */
u32              1268 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;           /* temporary valiables */
u32              1410 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 tmp[4];
u32              1441 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 tmp[4];
u32                36 source4/heimdal/lib/hcrypto/camellia-ntt.h typedef u32 KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN];
u32                62 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te0[256] = {
u32               128 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te1[256] = {
u32               194 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te2[256] = {
u32               260 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te3[256] = {
u32               327 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te4[256] = {
u32               393 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Td0[256] = {
u32               459 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Td1[256] = {
u32               525 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Td2[256] = {
u32               592 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Td3[256] = {
u32               658 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Td4[256] = {
u32               724 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 rcon[] = {
u32               733 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define GETU32(p) SWAP(*((u32 *)(p)))
u32               734 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
u32               736 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] <<  8) ^ ((u32)(pt)[3]))
u32               747 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 temp;
u32               833 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 temp;
u32               872 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;
u32              1053 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;