HomeSort by: relevance | last modified time | path
    Searched defs:hdr2 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
gpgsig.c 64 static const char hdr2[] = "Hash: SHA512\n\n"; local
74 buf = allocated_buf = xasprintf("%s%s%s%s", hdr1, hdr2, content, sig);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire_pkt.c 875 QUIC_PKT_HDR hdr2; local
892 hdr2 = *hdr;
893 hdr2.len = 0;
912 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr2.dst_conn_id.id_len,
913 &hdr2, NULL))
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_psk.c 88 struct eap_psk_hdr_2 *hdr2; local
136 sizeof(*hdr2) + data->id_p_len, EAP_CODE_RESPONSE,
140 hdr2 = wpabuf_put(resp, sizeof(*hdr2));
141 hdr2->flags = EAP_PSK_FLAGS_SET_T(1); /* T=1 */
142 os_memcpy(hdr2->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
143 os_memcpy(hdr2->rand_p, data->rand_p, EAP_PSK_RAND_LEN);
159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
165 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
167 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 2003 const asection *hdr2 = *(const asection **) arg2;
2007 if ((hdr2->flags & SEC_ALLOC) == 0)
2012 if ((hdr2->flags & SEC_ALLOC) != 0)
2015 if (hdr1->vma < hdr2->vma)
2017 else if (hdr1->vma > hdr2->vma)
1996 const asection *hdr2 = *(const asection **) arg2; local
elf.c 2661 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2663 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2664 && hdr2->sh_link == shindex)
2671 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2673 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2674 && hdr2->sh_link == shindex)
2786 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2787 if (hdr2->sh_link == shindex)
2810 Elf_Internal_Shdr *hdr2, **p_hdr;
2895 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2))
2659 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2669 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2784 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2808 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
elflink.c 8750 Elf_Internal_Shdr *hdr1, *hdr2;
8781 hdr2 = &elf_tdata (bfd2)->symtab_hdr;
8782 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8816 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8922 hdr2->sh_link,
8983 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link,
8739 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 2004 const asection *hdr2 = *(const asection **) arg2;
2008 if ((hdr2->flags & SEC_ALLOC) == 0)
2013 if ((hdr2->flags & SEC_ALLOC) != 0)
2016 if (hdr1->vma < hdr2->vma)
2018 else if (hdr1->vma > hdr2->vma)
1997 const asection *hdr2 = *(const asection **) arg2; local
elf.c 2597 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2599 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2600 && hdr2->sh_link == shindex)
2607 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2609 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2610 && hdr2->sh_link == shindex)
2722 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2723 if (hdr2->sh_link == shindex)
2746 Elf_Internal_Shdr *hdr2, **p_hdr;
2831 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2))
2595 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2605 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2720 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2744 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
elflink.c 8742 Elf_Internal_Shdr *hdr1, *hdr2;
8773 hdr2 = &elf_tdata (bfd2)->symtab_hdr;
8774 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8808 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8914 hdr2->sh_link,
8975 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link,
8731 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 2016 const asection *hdr2 = *(const asection **) arg2;
2020 if ((hdr2->flags & SEC_ALLOC) == 0)
2025 if ((hdr2->flags & SEC_ALLOC) != 0)
2028 if (hdr1->vma < hdr2->vma)
2030 else if (hdr1->vma > hdr2->vma)
2009 const asection *hdr2 = *(const asection **) arg2; local
elf.c 2571 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2573 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2574 && hdr2->sh_link == shindex)
2581 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2583 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2584 && hdr2->sh_link == shindex)
2696 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2697 if (hdr2->sh_link == shindex)
2720 Elf_Internal_Shdr *hdr2, **p_hdr;
2805 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2))
2569 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2579 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2694 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2718 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
elflink.c 8673 Elf_Internal_Shdr *hdr1, *hdr2;
8704 hdr2 = &elf_tdata (bfd2)->symtab_hdr;
8705 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8739 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8845 hdr2->sh_link,
8906 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link,
8662 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 2013 const asection *hdr2 = *(const asection **) arg2;
2017 if ((hdr2->flags & SEC_ALLOC) == 0)
2022 if ((hdr2->flags & SEC_ALLOC) != 0)
2025 if (hdr1->vma < hdr2->vma)
2027 else if (hdr1->vma > hdr2->vma)
2006 const asection *hdr2 = *(const asection **) arg2; local
elf.c 2755 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2757 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2758 && hdr2->sh_link == shindex)
2765 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2767 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
2768 && hdr2->sh_link == shindex)
2880 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2881 if (hdr2->sh_link == shindex)
2904 Elf_Internal_Shdr *hdr2, **p_hdr;
2989 hdr2 = (Elf_Internal_Shdr *) bfd_alloc (abfd, sizeof (*hdr2))
2753 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2763 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2878 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2902 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
elflink.c 8660 Elf_Internal_Shdr *hdr1, *hdr2;
8691 hdr2 = &elf_tdata (bfd2)->symtab_hdr;
8692 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8726 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8830 hdr2->sh_link,
8884 = bfd_elf_string_from_elf_section (bfd2, hdr2->sh_link,
8649 Elf_Internal_Shdr *hdr1, *hdr2; local

Completed in 99 milliseconds