Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c261 unsigned int total_len = 0; in crypt_list_all_constants() local
272 total_len += number_len; in crypt_list_all_constants()
276 *names_list_size = total_len; in crypt_list_all_constants()
278 if (total_len > *names_list_size) { in crypt_list_all_constants()
284 …number_len = snprintf(ptr, total_len, "%s,%d\n", _crypt_constants[i].name, _crypt_constants[i].val… in crypt_list_all_constants()
286 if ((unsigned int)number_len > total_len) return -1; in crypt_list_all_constants()
287 total_len -= number_len; in crypt_list_all_constants()
A Dcrypt_sizes.c322 unsigned int total_len = 0; in crypt_list_all_sizes() local
333 total_len += number_len; in crypt_list_all_sizes()
338 *names_list_size = total_len; in crypt_list_all_sizes()
340 if (total_len > *names_list_size) { in crypt_list_all_sizes()
346 … number_len = snprintf(ptr, total_len, "%s,%u\n", _crypt_sizes[i].name, _crypt_sizes[i].size); in crypt_list_all_sizes()
348 if ((unsigned int)number_len > total_len) return -1; in crypt_list_all_sizes()
349 total_len -= number_len; in crypt_list_all_sizes()
/optee_os/core/arch/arm/include/kernel/
A Dboot.h35 uint32_t total_len; member
/optee_os/scripts/
A Dgen_tee_bin.py217 total_len = reloc_offs + len(reloc_bin) + reloc_pad
219 tee_embdata_bin = struct.pack('<IIIIII', total_len, num_entries,
/optee_os/core/arch/arm/kernel/
A Dboot.c412 assert(embdata->total_len >= embdata->hashes_offset + in init_runtime()

Completed in 7 milliseconds