Lines Matching refs:sha1_ctx
69 struct mesa_sha1 sha1_ctx;
71 _mesa_sha1_init(&sha1_ctx);
72 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len);
73 _mesa_sha1_final(&sha1_ctx, sha1);
188 struct mesa_sha1 sha1_ctx;
189 _mesa_sha1_init(&sha1_ctx);
192 _mesa_sha1_update(&sha1_ctx, &val, sizeof(val))
206 _mesa_sha1_update(&sha1_ctx, kernel->prog_data.base.relocs,
214 _mesa_sha1_update(&sha1_ctx, &cs_prog_data, sizeof(cs_prog_data));
218 _mesa_sha1_update(&sha1_ctx, kernel->args,
229 _mesa_sha1_update(&sha1_ctx, kernel->code,
251 _mesa_sha1_final(&sha1_ctx, sha1);