Home
last modified time | relevance | path

Searched refs:custom_size (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dsecstor_ta.c24 l = prop->custom_size; in secstor_ta_open()
28 if (l != prop->custom_size) { in secstor_ta_open()
/optee_os/core/include/tee/
H A Dtadb.h25 uint32_t custom_size; member
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c97 property.custom_size = 0; in install_ta()
/optee_os/core/tee/
H A Dtadb.c284 const size_t enc_size = entry->prop.custom_size + entry->prop.bin_size; in tadb_authenc_init()
699 const size_t sz = ta->entry.prop.custom_size + ta->entry.prop.bin_size; in ta_load()
726 const size_t sz = ta->entry.prop.custom_size + ta->entry.prop.bin_size; in tee_tadb_ta_read()