temp2 173 lib/crypto/sha256.c uint32_t temp1, temp2; temp2 176 lib/crypto/sha256.c temp2 = temp1 >> 8; temp2 178 lib/crypto/sha256.c temp2 &= 0x00ff00ff; temp2 180 lib/crypto/sha256.c return temp1 | temp2; temp2 2219 source3/lib/util_str.c char *temp1, *temp2, *temp3; temp2 2224 source3/lib/util_str.c temp2 = strchr(src, back); temp2 2225 source3/lib/util_str.c if (temp2 == NULL) return NULL; temp2 2226 source3/lib/util_str.c len = temp2 - temp1; temp2 161 source4/heimdal/lib/hcrypto/md4.c uint32_t temp1, temp2; temp2 164 source4/heimdal/lib/hcrypto/md4.c temp2 = temp1 >> 8; temp2 166 source4/heimdal/lib/hcrypto/md4.c temp2 &= 0x00ff00ff; temp2 168 source4/heimdal/lib/hcrypto/md4.c return temp1 | temp2; temp2 185 source4/heimdal/lib/hcrypto/md5.c uint32_t temp1, temp2; temp2 188 source4/heimdal/lib/hcrypto/md5.c temp2 = temp1 >> 8; temp2 190 source4/heimdal/lib/hcrypto/md5.c temp2 &= 0x00ff00ff; temp2 192 source4/heimdal/lib/hcrypto/md5.c return temp1 | temp2; temp2 211 source4/heimdal/lib/hcrypto/sha.c uint32_t temp1, temp2; temp2 214 source4/heimdal/lib/hcrypto/sha.c temp2 = temp1 >> 8; temp2 216 source4/heimdal/lib/hcrypto/sha.c temp2 &= 0x00ff00ff; temp2 218 source4/heimdal/lib/hcrypto/sha.c return temp1 | temp2; temp2 153 source4/heimdal/lib/hcrypto/sha256.c uint32_t temp1, temp2; temp2 156 source4/heimdal/lib/hcrypto/sha256.c temp2 = temp1 >> 8; temp2 158 source4/heimdal/lib/hcrypto/sha256.c temp2 &= 0x00ff00ff; temp2 160 source4/heimdal/lib/hcrypto/sha256.c return temp1 | temp2;