temp1             173 lib/crypto/sha256.c     uint32_t temp1, temp2;
temp1             175 lib/crypto/sha256.c     temp1   = cshift(t, 16);
temp1             176 lib/crypto/sha256.c     temp2   = temp1 >> 8;
temp1             177 lib/crypto/sha256.c     temp1  &= 0x00ff00ff;
temp1             179 lib/crypto/sha256.c     temp1 <<= 8;
temp1             180 lib/crypto/sha256.c     return temp1 | temp2;
temp1            2219 source3/lib/util_str.c 	char *temp1, *temp2, *temp3;
temp1            2222 source3/lib/util_str.c 	temp1 = strchr(src, front);
temp1            2223 source3/lib/util_str.c 	if (temp1 == NULL) return NULL;
temp1            2226 source3/lib/util_str.c 	len = temp2 - temp1;
temp1            2233 source3/lib/util_str.c 	memcpy(temp3, temp1+1, len-1);
temp1             161 source4/heimdal/lib/hcrypto/md4.c   uint32_t temp1, temp2;
temp1             163 source4/heimdal/lib/hcrypto/md4.c   temp1   = cshift(t, 16);
temp1             164 source4/heimdal/lib/hcrypto/md4.c   temp2   = temp1 >> 8;
temp1             165 source4/heimdal/lib/hcrypto/md4.c   temp1  &= 0x00ff00ff;
temp1             167 source4/heimdal/lib/hcrypto/md4.c   temp1 <<= 8;
temp1             168 source4/heimdal/lib/hcrypto/md4.c   return temp1 | temp2;
temp1             185 source4/heimdal/lib/hcrypto/md5.c   uint32_t temp1, temp2;
temp1             187 source4/heimdal/lib/hcrypto/md5.c   temp1   = cshift(t, 16);
temp1             188 source4/heimdal/lib/hcrypto/md5.c   temp2   = temp1 >> 8;
temp1             189 source4/heimdal/lib/hcrypto/md5.c   temp1  &= 0x00ff00ff;
temp1             191 source4/heimdal/lib/hcrypto/md5.c   temp1 <<= 8;
temp1             192 source4/heimdal/lib/hcrypto/md5.c   return temp1 | temp2;
temp1             211 source4/heimdal/lib/hcrypto/sha.c   uint32_t temp1, temp2;
temp1             213 source4/heimdal/lib/hcrypto/sha.c   temp1   = cshift(t, 16);
temp1             214 source4/heimdal/lib/hcrypto/sha.c   temp2   = temp1 >> 8;
temp1             215 source4/heimdal/lib/hcrypto/sha.c   temp1  &= 0x00ff00ff;
temp1             217 source4/heimdal/lib/hcrypto/sha.c   temp1 <<= 8;
temp1             218 source4/heimdal/lib/hcrypto/sha.c   return temp1 | temp2;
temp1             153 source4/heimdal/lib/hcrypto/sha256.c     uint32_t temp1, temp2;
temp1             155 source4/heimdal/lib/hcrypto/sha256.c     temp1   = cshift(t, 16);
temp1             156 source4/heimdal/lib/hcrypto/sha256.c     temp2   = temp1 >> 8;
temp1             157 source4/heimdal/lib/hcrypto/sha256.c     temp1  &= 0x00ff00ff;
temp1             159 source4/heimdal/lib/hcrypto/sha256.c     temp1 <<= 8;
temp1             160 source4/heimdal/lib/hcrypto/sha256.c     return temp1 | temp2;