Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c41 size_t nw_size) in install_ta() argument
55 if (nw_size < (sizeof(struct shdr_bootstrap_ta) + SHDR_GET_SIZE(shdr))) in install_ta()
98 property.bin_size = nw_size - offs; in install_ta()
105 while (offs < nw_size) { in install_ta()
106 size_t l = MIN(buf_size, nw_size - offs); in install_ta()

Completed in 2 milliseconds