Searched refs:CRAYFIX (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhash.h59 #define CRAYFIX(X) ((X) & 0xffffffff) macro
61 #define CRAYFIX(X) (X) macro
67 x = CRAYFIX(x);
68 return CRAYFIX((x << n) | (x >> (32 - n)));
H A Dmd5.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
57 #define G(x,y,z) CRAYFIX((x & z) | (y & ~z))
59 #define I(x,y,z) CRAYFIX(y ^ (x | ~z))
H A Dmd4.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
H A Dsha.c59 #define F0(x,y,z) CRAYFIX((x & y) | (~x & z))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhash.h59 #define CRAYFIX(X) ((X) & 0xffffffff) macro
61 #define CRAYFIX(X) (X) macro
67 x = CRAYFIX(x);
68 return CRAYFIX((x << n) | (x >> (32 - n)));
H A Dmd5.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
57 #define G(x,y,z) CRAYFIX((x & z) | (y & ~z))
59 #define I(x,y,z) CRAYFIX(y ^ (x | ~z))
H A Dmd4.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
H A Dsha.c59 #define F0(x,y,z) CRAYFIX((x & y) | (~x & z))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhash.h59 #define CRAYFIX(X) ((X) & 0xffffffff) macro
61 #define CRAYFIX(X) (X) macro
67 x = CRAYFIX(x);
68 return CRAYFIX((x << n) | (x >> (32 - n)));
H A Dmd5.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
57 #define G(x,y,z) CRAYFIX((x & z) | (y & ~z))
59 #define I(x,y,z) CRAYFIX(y ^ (x | ~z))
H A Dmd4.c56 #define F(x,y,z) CRAYFIX((x & y) | (~x & z))
H A Dsha.c59 #define F0(x,y,z) CRAYFIX((x & y) | (~x & z))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/crypto/
H A Dsha256.c158 #define CRAYFIX(X) ((X) & 0xffffffff) macro
160 #define CRAYFIX(X) (X) macro
166 x = CRAYFIX(x);
167 return CRAYFIX((x << n) | (x >> (32 - n)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/crypto/
H A Dsha256.c158 #define CRAYFIX(X) ((X) & 0xffffffff) macro
160 #define CRAYFIX(X) (X) macro
166 x = CRAYFIX(x);
167 return CRAYFIX((x << n) | (x >> (32 - n)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/crypto/
H A Dsha256.c158 #define CRAYFIX(X) ((X) & 0xffffffff) macro
160 #define CRAYFIX(X) (X) macro
166 x = CRAYFIX(x);
167 return CRAYFIX((x << n) | (x >> (32 - n)));

Completed in 138 milliseconds