Searched refs:array (Results 1 – 11 of 11) sorted by relevance
| /optee_os/scripts/ |
| A D | pem_to_pub_c.py | 23 import array 58 for x in array.array("B", nbuf):
|
| A D | bin_to_c.py | 8 import array
|
| A D | ts_bin_to_c.py | 9 import array
|
| /optee_os/ta/pkcs11/src/ |
| A D | token_capabilities.c | 290 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 D | pkcs11_token.c | 414 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 D | persistent_token.c | 338 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 D | pkcs11_token.h | 266 TEE_UUID *array, size_t *size);
|
| /optee_os/core/drivers/ |
| A D | stm32_bsec.c | 543 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 D | scmi_server.c | 321 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 D | bget.doc | 65 that memory is allocated is a linear array which can be addressed as a
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| A D | ChangeLog | 391 NULL algorithm parameters entry would look identical to an array of REAL
|
Completed in 26 milliseconds