Searched refs:new_hash (Results 1 – 9 of 9) sorted by relevance
220 def _fixup_sccd(ns, sccd, new_hash=None): argument221 if not new_hash:235 e.set("CertificateSignatureHash", new_hash)
104 m = s->s3.tmp.new_hash; in ssl3_change_cipher_state()261 ssl_evp_md_free(s->s3.tmp.new_hash); in ssl3_setup_key_block()262 s->s3.tmp.new_hash = hash; in ssl3_setup_key_block()
214 m = s->s3.tmp.new_hash; in tls1_change_cipher_state()545 ssl_evp_md_free(s->s3.tmp.new_hash); in tls1_setup_key_block()546 s->s3.tmp.new_hash = hash; in tls1_setup_key_block()
327 ssl_evp_md_free(s->s3.tmp.new_hash); in tls13_setup_key_block()328 s->s3.tmp.new_hash = hash; in tls13_setup_key_block()
1327 const EVP_MD *new_hash; member
3356 ssl_evp_md_free(s->s3.tmp.new_hash); in ssl3_free()
522 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()523 Hash_Word *const new_bucket = &new_hash[2]; \ in adjust_relocs()526 new_hash[0] = nbucket; \ in adjust_relocs()527 new_hash[1] = nsym; \ in adjust_relocs()536 record_new_data (new_hash); \ in adjust_relocs()537 data->d_buf = new_hash; \ in adjust_relocs()538 data->d_size = nent * sizeof new_hash[0]; \ in adjust_relocs()
1216 uint32_t new_hash = get_descriptor_surface_hash(ctx, dsurf); in desc_set_sampler_add() local1218 assert(!cache_hit || cur_hash == new_hash); in desc_set_sampler_add()1237 uint32_t new_hash = get_descriptor_surface_hash(ctx, dsurf); in desc_set_image_add() local1239 assert(!cache_hit || cur_hash == new_hash); in desc_set_image_add()1255 uint32_t new_hash = get_descriptor_surface_hash(ctx, dsurf); in desc_set_descriptor_surface_add() local1257 assert(!cache_hit || cur_hash == new_hash); in desc_set_descriptor_surface_add()
32643 struct ftrace_hash *new_hash; member