Home
last modified time | relevance | path

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

/optee_os/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/ta/pkcs11/src/
A Dtoken_capabilities.c290 uint32_t *array = NULL; in tee_malloc_mechanism_list() local
297 array = TEE_Malloc(count * sizeof(*array), in tee_malloc_mechanism_list()
302 if (!array) in tee_malloc_mechanism_list()
308 array[count] = token_mechanism[n].id; in tee_malloc_mechanism_list()
313 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/core/drivers/
A Dstm32_bsec.c543 uint32_t *array = bsec_dev.nsec_access; in nsec_access_granted() local
545 return array && in nsec_access_granted()
547 array[index / BITS_PER_WORD] & BIT(index % BITS_PER_WORD); in nsec_access_granted()
/optee_os/core/arch/arm/plat-stm32mp1/
A Dscmi_server.c321 unsigned long *array, size_t *nb_elts) in plat_scmi_clock_rates_array() argument
335 if (!array) in plat_scmi_clock_rates_array()
338 *array = clk_get_rate(clock->clk); in plat_scmi_clock_rates_array()
/optee_os/lib/libutils/isoc/
A Dbget.doc65 that memory is allocated is a linear array which can be addressed as a
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog391 NULL algorithm parameters entry would look identical to an array of REAL

Completed in 26 milliseconds