Lines Matching refs:memcpy
42 return (((char *)memcpy(dst, src, len)) + len); in __php_mempcpy()
227 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha256_finish_ctx()
253 memcpy(&ctx->buffer[left_over], buffer, add); in sha256_process_bytes()
260 memcpy(ctx->buffer, &ctx->buffer[(left_over + add) & ~63], ctx->buflen); in sha256_process_bytes()
278 sha256_process_block(memcpy(ctx->buffer, buffer, 64), 64, ctx); in sha256_process_bytes()
292 memcpy(&ctx->buffer[left_over], buffer, len); in sha256_process_bytes()
297 memcpy(ctx->buffer, &ctx->buffer[64], left_over); in sha256_process_bytes()
382 …key = copied_key = memcpy(tmp_key + __alignof__(uint32_t) - (uintptr_t)tmp_key % __alignof__(uint3… in php_sha256_crypt_r()
388 …memcpy(tmp_salt + __alignof__(uint32_t) - (uintptr_t)tmp_salt % __alignof__ (uint32_t), salt, salt… in php_sha256_crypt_r()
457 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
476 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()