Home
last modified time | relevance | path

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

/optee_os-3.20.0/scripts/
A Dpem_to_pub_c.py23 import array
58 for x in array.array("B", nbuf):
A Dbin_to_c.py8 import array
A Dts_bin_to_c.py9 import array
/optee_os-3.20.0/ta/pkcs11/src/
A Dtoken_capabilities.c302 uint32_t *array = NULL; in tee_malloc_mechanism_list() local
309 array = TEE_Malloc(count * sizeof(*array), in tee_malloc_mechanism_list()
314 if (!array) in tee_malloc_mechanism_list()
320 array[count] = token_mechanism[n].id; in tee_malloc_mechanism_list()
325 return array; in tee_malloc_mechanism_list()
A Dpkcs11_token.c414 uint32_t *array __maybe_unused, in dmsg_print_supported_mechanism()
424 token_id, array[n], id2str_mechanism(array[n])); in dmsg_print_supported_mechanism()
440 uint32_t *array = NULL; in entry_ck_token_mecha_ids() local
458 count = out->memref.size / sizeof(*array); in entry_ck_token_mecha_ids()
459 array = tee_malloc_mechanism_list(&count); in entry_ck_token_mecha_ids()
461 if (out->memref.size < count * sizeof(*array)) { in entry_ck_token_mecha_ids()
462 assert(!array); in entry_ck_token_mecha_ids()
463 out->memref.size = count * sizeof(*array); in entry_ck_token_mecha_ids()
470 if (!array) in entry_ck_token_mecha_ids()
475 out->memref.size = count * sizeof(*array); in entry_ck_token_mecha_ids()
[all …]
A Dpersistent_token.c338 TEE_UUID *array, size_t *size) in get_persistent_objects_list() argument
347 if (array) in get_persistent_objects_list()
348 TEE_MemMove(array, token->db_objs->uuids, *size); in get_persistent_objects_list()
A Dpkcs11_token.h266 TEE_UUID *array, size_t *size);
/optee_os-3.20.0/core/include/kernel/
A Ddt.h215 uint32_t *array, size_t count);
284 uint32_t *array __unused, in _fdt_read_uint32_array()
/optee_os-3.20.0/core/kernel/
A Ddt.c297 uint32_t *array, size_t count) in _fdt_read_uint32_array() argument
311 *array = fdt32_to_cpu(*cuint); in _fdt_read_uint32_array()
312 array++; in _fdt_read_uint32_array()
/optee_os-3.20.0/core/drivers/
A Dstm32_bsec.c587 uint32_t *array = bsec_dev.nsec_access; in nsec_access_granted() local
589 return array && in nsec_access_granted()
591 array[index / BSEC_BITS_PER_WORD] & in nsec_access_granted()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dscmi_server.c403 unsigned long *array, size_t *nb_elts) in plat_scmi_clock_rates_array() argument
417 if (!array) in plat_scmi_clock_rates_array()
420 *array = clk_get_rate(clock->clk); in plat_scmi_clock_rates_array()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc65 that memory is allocated is a linear array which can be addressed as a
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog606 NULL algorithm parameters entry would look identical to an array of REAL

Completed in 23 milliseconds