Searched refs:sechdr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | rxkad.c | 156 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 …]
|
D | ar-security.c | 229 void *sechdr) in rxrpc_secure_packet() argument 233 call, skb, data_size, sechdr); in rxrpc_secure_packet()
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 768 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument 772 sechdr->sh_name; in sech_name() 846 Elf_Shdr *sechdr) in check_section() argument 848 const char *sec = sech_name(elf, sechdr); in check_section() 850 if (sechdr->sh_type == SHT_PROGBITS && in check_section() 851 !(sechdr->sh_flags & SHF_ALLOC) && in check_section() 1679 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument 1682 int section = sechdr->sh_info; in reloc_location() 1688 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument 1691 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel() [all …]
|
/linux-4.1.27/arch/mips/kernel/ |
D | vpe.c | 169 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.1.27/kernel/ |
D | kexec.c | 2625 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr() local 2631 sechdr = &pi->sechdrs[sym->st_shndx]; in kexec_purgatory_get_symbol_addr() 2637 return (void *)(sechdr->sh_addr + sym->st_value); in kexec_purgatory_get_symbol_addr()
|
D | module.c | 2042 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument 2047 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in get_offset() 2048 *size = ret + sechdr->sh_size; in get_offset()
|