Home
last modified time | relevance | path

Searched refs:hdr2 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_psk.c88 struct eap_psk_hdr_2 *hdr2; in eap_psk_process_1() local
136 sizeof(*hdr2) + data->id_p_len, EAP_CODE_RESPONSE, in eap_psk_process_1()
140 hdr2 = wpabuf_put(resp, sizeof(*hdr2)); in eap_psk_process_1()
141 hdr2->flags = EAP_PSK_FLAGS_SET_T(1); /* T=1 */ in eap_psk_process_1()
142 os_memcpy(hdr2->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN); in eap_psk_process_1()
143 os_memcpy(hdr2->rand_p, data->rand_p, EAP_PSK_RAND_LEN); in eap_psk_process_1()
159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) { in eap_psk_process_1()
165 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p, in eap_psk_process_1()
167 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN); in eap_psk_process_1()
/dragonfly/lib/libkvm/
H A Dkvm_minidump_x86_64.c150 struct minidumphdr2 hdr2; in _kvm_minidump_initvtop() member
171 u.hdr2.version == MINIDUMP2_VERSION) { in _kvm_minidump_initvtop()
172 error = _kvm_minidump_init_hdr2(kd, vmst, &u.hdr2); in _kvm_minidump_initvtop()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1676 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1677 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1684 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1685 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1768 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
1789 Elf_Internal_Shdr *hdr2, **p_hdr; in bfd_section_from_shdr() local
1878 amt = sizeof (*hdr2); in bfd_section_from_shdr()
1880 if (hdr2 == NULL) in bfd_section_from_shdr()
1882 *hdr2 = *hdr; in bfd_section_from_shdr()
1883 *p_hdr = hdr2; in bfd_section_from_shdr()
[all …]
H A Delflink.c7244 Elf_Internal_Shdr *hdr1, *hdr2; in bfd_elf_match_symbols_in_sections() local
7274 hdr2 = &elf_tdata (bfd2)->symtab_hdr; in bfd_elf_match_symbols_in_sections()
7275 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
7300 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
7381 hdr2->sh_link, in bfd_elf_match_symbols_in_sections()
7430 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link, in bfd_elf_match_symbols_in_sections()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c2084 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
2085 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
2094 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
2095 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
2205 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
2227 Elf_Internal_Shdr *hdr2, **p_hdr; in bfd_section_from_shdr() local
2322 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2)); in bfd_section_from_shdr()
2323 if (hdr2 == NULL) in bfd_section_from_shdr()
2325 *hdr2 = *hdr; in bfd_section_from_shdr()
2326 *p_hdr = hdr2; in bfd_section_from_shdr()
[all …]
H A Delflink.c7428 Elf_Internal_Shdr *hdr1, *hdr2; in bfd_elf_match_symbols_in_sections() local
7458 hdr2 = &elf_tdata (bfd2)->symtab_hdr; in bfd_elf_match_symbols_in_sections()
7459 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
7484 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
7565 hdr2->sh_link, in bfd_elf_match_symbols_in_sections()
7614 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link, in bfd_elf_match_symbols_in_sections()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c2225 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
2226 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
2235 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
2236 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
2348 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
2370 Elf_Internal_Shdr *hdr2, **p_hdr; in bfd_section_from_shdr() local
2478 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2)); in bfd_section_from_shdr()
2479 if (hdr2 == NULL) in bfd_section_from_shdr()
2481 *hdr2 = *hdr; in bfd_section_from_shdr()
2482 *p_hdr = hdr2; in bfd_section_from_shdr()
[all …]
H A Delflink.c8002 Elf_Internal_Shdr *hdr1, *hdr2; in bfd_elf_match_symbols_in_sections() local
8032 hdr2 = &elf_tdata (bfd2)->symtab_hdr; in bfd_elf_match_symbols_in_sections()
8033 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
8060 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
8143 hdr2->sh_link, in bfd_elf_match_symbols_in_sections()
8192 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link, in bfd_elf_match_symbols_in_sections()