Searched refs:bin_size (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | tadb.h | 26 uint32_t bin_size; member
|
| /optee_os/core/kernel/ |
| H A D | secstor_ta.c | 47 *size = prop->bin_size; in secstor_ta_get_size()
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 98 property.bin_size = nw_size - offs; in install_ta()
|
| /optee_os/core/tee/ |
| H A D | tadb.c | 284 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()
|
| H A D | tee_svc_cryp.c | 3735 size_t bin_size = 0; in syscall_cryp_derive_key() local 3744 bin_size = params[0].content.ref.length; in syscall_cryp_derive_key() 3746 if (MUL_OVERFLOW(bin_size, 8, &alloc_size)) { in syscall_cryp_derive_key() 3751 res = bb_memdup_user(params[0].content.ref.buffer, bin_size, in syscall_cryp_derive_key() 3759 crypto_bignum_bin2bn(bbuf, bin_size, pub); in syscall_cryp_derive_key()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 496 size_t bin_size = 0, bin_size_rounded = 0, bin_page_count = 0; in load_binary_sp() local 540 res = store_ops->get_size(handle, &bin_size); in load_binary_sp() 544 if (ROUNDUP_OVERFLOW(bin_size, SMALL_PAGE_SIZE, &bin_size_rounded)) { in load_binary_sp() 579 res = store_ops->read(handle, NULL, (void *)va, bin_size); in load_binary_sp()
|