Home
last modified time | relevance | path

Searched defs:ehdr (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dtee_ta_enc_manager.c12 TEE_Result tee_ta_decrypt_init(void **enc_ctx, struct shdr_encrypted_ta *ehdr, in tee_ta_decrypt_init()
53 TEE_Result tee_ta_decrypt_final(void *enc_ctx, struct shdr_encrypted_ta *ehdr, in tee_ta_decrypt_final()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c68 struct shdr_encrypted_ta *ehdr; member
247 struct shdr_encrypted_ta *ehdr = NULL; in ree_fs_ta_open() local
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h169 static inline size_t shdr_enc_get_size(const struct shdr_encrypted_ta *ehdr) in shdr_enc_get_size()
/optee_os-3.20.0/ldelf/
A Dta_elf.c102 static TEE_Result e32_parse_ehdr(struct ta_elf *elf, Elf32_Ehdr *ehdr) in e32_parse_ehdr()
130 static TEE_Result e64_parse_ehdr(struct ta_elf *elf, Elf64_Ehdr *ehdr) in e64_parse_ehdr()
169 static TEE_Result e64_parse_ehdr(struct ta_elf *elf, Elf64_Ehdr *ehdr) in e64_parse_ehdr()
/optee_os-3.20.0/lib/libutee/include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument

Completed in 14 milliseconds