Searched refs:shdr_alloc_and_copy (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/include/ |
A D | signed_hdr.h | 190 struct shdr *shdr_alloc_and_copy(size_t offs, const void *img, size_t img_size);
|
/optee_os-3.20.0/core/pta/ |
A D | secstor_ta_mgmt.c | 152 shdr = shdr_alloc_and_copy(0, params->memref.buffer, in bootstrap()
|
/optee_os-3.20.0/core/kernel/ |
A D | ree_fs_ta.c | 263 shdr = shdr_alloc_and_copy(0, ta, ta_size); in ree_fs_ta_open() 315 shdr = shdr_alloc_and_copy(offs, ta, ta_size); in ree_fs_ta_open()
|
/optee_os-3.20.0/core/crypto/ |
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
|
Completed in 5 milliseconds