Home
last modified time | relevance | path

Searched refs:sechdr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/rxrpc/
Drxkad.c156 void *sechdr) in rxkad_secure_packet_auth() argument
176 memcpy(&tmpbuf.first, sechdr + 4, sizeof(tmpbuf.first)); in rxkad_secure_packet_auth()
188 memcpy(sechdr, &tmpbuf, sizeof(tmpbuf)); in rxkad_secure_packet_auth()
200 void *sechdr) in rxkad_secure_packet_encrypt() argument
230 sg_init_one(&sg[0], sechdr, sizeof(rxkhdr)); in rxkad_secure_packet_encrypt()
256 void *sechdr) in rxkad_secure_packet() argument
309 ret = rxkad_secure_packet_auth(call, skb, data_size, sechdr); in rxkad_secure_packet()
313 sechdr); in rxkad_secure_packet()
331 struct rxkad_level1_hdr sechdr; in rxkad_verify_packet_auth() local
362 if (skb_copy_bits(skb, 0, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_auth()
[all …]
Dar-security.c229 void *sechdr) in rxrpc_secure_packet() argument
233 call, skb, data_size, sechdr); in rxrpc_secure_packet()
/linux-4.4.14/scripts/mod/
Dmodpost.c769 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument
773 sechdr->sh_name; in sech_name()
849 Elf_Shdr *sechdr) in check_section() argument
851 const char *sec = sech_name(elf, sechdr); in check_section()
853 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
854 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()
1683 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument
1686 int section = sechdr->sh_info; in reloc_location()
1692 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument
1695 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel()
[all …]
/linux-4.4.14/arch/mips/kernel/
Dvpe.c169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() argument
173 ret = ALIGN(*size, sechdr->sh_addralign ? : 1); in get_offset()
174 *size = ret + sechdr->sh_size; in get_offset()
/linux-4.4.14/kernel/
Dkexec_file.c993 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr() local
999 sechdr = &pi->sechdrs[sym->st_shndx]; in kexec_purgatory_get_symbol_addr()
1005 return (void *)(sechdr->sh_addr + sym->st_value); in kexec_purgatory_get_symbol_addr()
Dmodule.c2213 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument
2218 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in get_offset()
2219 *size = ret + sechdr->sh_size; in get_offset()