Home
last modified time | relevance | path

Searched refs:ts_store_ops (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Dts_store.h12 struct ts_store_ops { struct
77 struct ts_store_ops) argument
88 struct ts_store_ops)
H A Dldelf_syscalls.h19 const struct ts_store_ops *store_op;
/optee_os/core/kernel/
H A Dldelf_syscalls.c23 const struct ts_store_ops *op;
162 struct ts_store_ops) { in ldelf_syscall_open_bin()
174 struct ts_store_ops) { in ldelf_syscall_open_bin()
H A Duser_ta.c456 const struct ts_store_ops *op = NULL; in tee_ta_init_user_ta_session()
458 SCATTERED_ARRAY_FOREACH(op, ta_stores, struct ts_store_ops) in tee_ta_init_user_ta_session()
/optee_os/core/pta/
H A Dattestation.c402 const struct ts_store_ops *ops = NULL; in hash_binary()
405 SCATTERED_ARRAY_FOREACH(ops, ta_stores, struct ts_store_ops) { in hash_binary()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c478 const struct ts_store_ops **ops, in sp_binary_open()
483 SCATTERED_ARRAY_FOREACH(*ops, sp_stores, struct ts_store_ops) { in sp_binary_open()
499 const struct ts_store_ops *store_ops = NULL; in load_binary_sp()