Searched refs:shdr_alloc_and_copy (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/ |
| H A D | signed_hdr.h | 190 struct shdr *shdr_alloc_and_copy(size_t offs, const void *img, size_t img_size);
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 152 shdr = shdr_alloc_and_copy(0, params->memref.buffer, in bootstrap()
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 271 shdr = shdr_alloc_and_copy(0, ta, ta_size); in ree_fs_ta_open() 323 shdr = shdr_alloc_and_copy(offs, ta, ta_size); in ree_fs_ta_open()
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 20 struct shdr *shdr_alloc_and_copy(size_t offs, const void *img, size_t img_size) in shdr_alloc_and_copy() function
|