dstart 229 lib/crypto/sha256.c unsigned int dstart = (120 - offset - 1) % 64 + 1; dstart 233 lib/crypto/sha256.c zeros[dstart+7] = (m->sz[0] >> 0) & 0xff; dstart 234 lib/crypto/sha256.c zeros[dstart+6] = (m->sz[0] >> 8) & 0xff; dstart 235 lib/crypto/sha256.c zeros[dstart+5] = (m->sz[0] >> 16) & 0xff; dstart 236 lib/crypto/sha256.c zeros[dstart+4] = (m->sz[0] >> 24) & 0xff; dstart 237 lib/crypto/sha256.c zeros[dstart+3] = (m->sz[1] >> 0) & 0xff; dstart 238 lib/crypto/sha256.c zeros[dstart+2] = (m->sz[1] >> 8) & 0xff; dstart 239 lib/crypto/sha256.c zeros[dstart+1] = (m->sz[1] >> 16) & 0xff; dstart 240 lib/crypto/sha256.c zeros[dstart+0] = (m->sz[1] >> 24) & 0xff; dstart 241 lib/crypto/sha256.c SHA256_Update (m, zeros, dstart + 8); dstart 3827 source3/smbd/trans2.c char *dstart, *dend; dstart 4176 source3/smbd/trans2.c dstart = pdata; dstart 4177 source3/smbd/trans2.c dend = dstart + data_size - 1; dstart 4364 source3/smbd/trans2.c len = srvstr_push(dstart, req->flags2, dstart 4377 source3/smbd/trans2.c len = srvstr_push(dstart, req->flags2, dstart 4421 source3/smbd/trans2.c len = srvstr_push(dstart, req->flags2, dstart 4625 source3/smbd/trans2.c len = srvstr_push(dstart, req->flags2, dstart 217 source4/heimdal/lib/hcrypto/md4.c unsigned int dstart = (120 - offset - 1) % 64 + 1; dstart 221 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+0] = (m->sz[0] >> 0) & 0xff; dstart 222 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+1] = (m->sz[0] >> 8) & 0xff; dstart 223 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+2] = (m->sz[0] >> 16) & 0xff; dstart 224 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+3] = (m->sz[0] >> 24) & 0xff; dstart 225 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+4] = (m->sz[1] >> 0) & 0xff; dstart 226 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+5] = (m->sz[1] >> 8) & 0xff; dstart 227 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+6] = (m->sz[1] >> 16) & 0xff; dstart 228 source4/heimdal/lib/hcrypto/md4.c zeros[dstart+7] = (m->sz[1] >> 24) & 0xff; dstart 229 source4/heimdal/lib/hcrypto/md4.c MD4_Update (m, zeros, dstart + 8); dstart 241 source4/heimdal/lib/hcrypto/md5.c unsigned int dstart = (120 - offset - 1) % 64 + 1; dstart 245 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+0] = (m->sz[0] >> 0) & 0xff; dstart 246 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+1] = (m->sz[0] >> 8) & 0xff; dstart 247 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+2] = (m->sz[0] >> 16) & 0xff; dstart 248 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+3] = (m->sz[0] >> 24) & 0xff; dstart 249 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+4] = (m->sz[1] >> 0) & 0xff; dstart 250 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+5] = (m->sz[1] >> 8) & 0xff; dstart 251 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+6] = (m->sz[1] >> 16) & 0xff; dstart 252 source4/heimdal/lib/hcrypto/md5.c zeros[dstart+7] = (m->sz[1] >> 24) & 0xff; dstart 253 source4/heimdal/lib/hcrypto/md5.c MD5_Update (m, zeros, dstart + 8); dstart 267 source4/heimdal/lib/hcrypto/sha.c unsigned int dstart = (120 - offset - 1) % 64 + 1; dstart 271 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+7] = (m->sz[0] >> 0) & 0xff; dstart 272 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+6] = (m->sz[0] >> 8) & 0xff; dstart 273 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+5] = (m->sz[0] >> 16) & 0xff; dstart 274 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+4] = (m->sz[0] >> 24) & 0xff; dstart 275 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+3] = (m->sz[1] >> 0) & 0xff; dstart 276 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+2] = (m->sz[1] >> 8) & 0xff; dstart 277 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+1] = (m->sz[1] >> 16) & 0xff; dstart 278 source4/heimdal/lib/hcrypto/sha.c zeros[dstart+0] = (m->sz[1] >> 24) & 0xff; dstart 279 source4/heimdal/lib/hcrypto/sha.c SHA1_Update (m, zeros, dstart + 8); dstart 209 source4/heimdal/lib/hcrypto/sha256.c unsigned int dstart = (120 - offset - 1) % 64 + 1; dstart 213 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+7] = (m->sz[0] >> 0) & 0xff; dstart 214 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+6] = (m->sz[0] >> 8) & 0xff; dstart 215 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+5] = (m->sz[0] >> 16) & 0xff; dstart 216 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+4] = (m->sz[0] >> 24) & 0xff; dstart 217 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+3] = (m->sz[1] >> 0) & 0xff; dstart 218 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+2] = (m->sz[1] >> 8) & 0xff; dstart 219 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+1] = (m->sz[1] >> 16) & 0xff; dstart 220 source4/heimdal/lib/hcrypto/sha256.c zeros[dstart+0] = (m->sz[1] >> 24) & 0xff; dstart 221 source4/heimdal/lib/hcrypto/sha256.c SHA256_Update (m, zeros, dstart + 8);