Searched refs:sechdr (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/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-3.4.99/scripts/mod/ |
D | modpost.c | 750 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument 754 sechdr->sh_name; in sech_name() 840 Elf_Shdr *sechdr) in check_section() argument 842 const char *sec = sech_name(elf, sechdr); in check_section() 844 if (sechdr->sh_type == SHT_PROGBITS && in check_section() 845 !(sechdr->sh_flags & SHF_ALLOC) && in check_section() 1476 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument 1479 int section = sechdr->sh_info; in reloc_location() 1485 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument 1488 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel() [all …]
|
/linux-3.4.99/arch/mips/kernel/ |
D | vpe.c | 291 static long get_offset(unsigned long *size, Elf_Shdr * sechdr) in get_offset() argument 295 ret = ALIGN(*size, sechdr->sh_addralign ? : 1); in get_offset() 296 *size = ret + sechdr->sh_size; in get_offset()
|
/linux-3.4.99/kernel/ |
D | module.c | 2011 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument 2016 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in get_offset() 2017 *size = ret + sechdr->sh_size; in get_offset()
|