Home
last modified time | relevance | path

Searched refs:TEE_Malloc (Results 1 – 25 of 30) sorted by relevance

12

/optee_os/ta/pkcs11/src/
A Dpersistent_token.c180 acl_string = TEE_Malloc(pin_size + 1, TEE_MALLOC_FILL_ZERO); in setup_identity_auth_from_pin()
314 obj->uuid = TEE_Malloc(sizeof(TEE_UUID), in create_object_uuid()
371 ptr = TEE_Malloc(sizeof(struct token_persistent_objs) + in unregister_persistent_object()
498 attr = TEE_Malloc(info.dataSize, TEE_MALLOC_FILL_ZERO); in load_persistent_object_attributes()
593 db_main = TEE_Malloc(sizeof(*db_main), TEE_MALLOC_FILL_ZERO); in init_persistent_db()
594 db_objs = TEE_Malloc(sizeof(*db_objs), TEE_MALLOC_FILL_ZERO); in init_persistent_db()
635 uuid = TEE_Malloc(sizeof(TEE_UUID), in init_persistent_db()
A Dprocessing_ec.c334 attrs = TEE_Malloc(3 * sizeof(TEE_Attribute), in load_tee_ec_key_attrs()
359 attrs = TEE_Malloc(4 * sizeof(TEE_Attribute), in load_tee_ec_key_attrs()
500 ecpoint = TEE_Malloc(dersize, TEE_MALLOC_FILL_ZERO); in tee2pkcs_ec_attributes()
A Dprocessing_rsa.c45 proc->extra_ctx = TEE_Malloc(sizeof(struct rsa_pss_processing_ctx), in pkcs2tee_proc_params_rsa_pss()
237 proc->extra_ctx = TEE_Malloc(sizeof(struct rsa_oaep_processing_ctx) + in pkcs2tee_proc_params_rsa_oaep()
363 attrs = TEE_Malloc(2 * sizeof(TEE_Attribute), in load_tee_rsa_key_attrs()
383 attrs = TEE_Malloc(8 * sizeof(TEE_Attribute), in load_tee_rsa_key_attrs()
A Dprocessing_symm.c287 hash_ptr = TEE_Malloc(hash_size, 0); in hash_secret_helper()
433 param = TEE_Malloc(sizeof(struct input_data_ref), TEE_MALLOC_FILL_ZERO); in tee_init_derive_symm()
561 pkcs11_data = TEE_Malloc(sizeof(uint32_t), in init_tee_operation()
1015 dest_buf = TEE_Malloc(*out_size, 0); in derive_key_by_symm_enc()
1076 in_buf = TEE_Malloc(TEE_AES_BLOCK_SIZE, in wrap_data_by_symm_enc()
1128 *out_buf = TEE_Malloc(*out_sz, TEE_MALLOC_FILL_ZERO); in unwrap_key_by_symm()
A Dattributes.c24 *head = TEE_Malloc(sizeof(**head), TEE_MALLOC_FILL_ZERO); in init_attributes_head()
336 prefix2 = TEE_Malloc(prefix_len + 1 + 4, TEE_MALLOC_FILL_ZERO); in __trace_attributes()
436 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes()
A Dprocessing_asymm.c466 tee_attrs = TEE_Malloc(sizeof(TEE_Attribute), in step_asymm_operation()
486 tee_attrs = TEE_Malloc(sizeof(TEE_Attribute), in step_asymm_operation()
567 hash_buf = TEE_Malloc(hash_size, 0); in step_asymm_operation()
A Dsanitize_object.c325 prefix2 = TEE_Malloc(prefix_len + 1 + 4, TEE_MALLOC_FILL_ZERO); in __trace_attributes()
411 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes_from_api_head()
A Dserializer.c60 ptr = TEE_Malloc(sz, TEE_MALLOC_FILL_ZERO); in alloc_and_get()
A Dobject.c175 obj = TEE_Malloc(sizeof(struct pkcs11_object), TEE_MALLOC_FILL_ZERO); in create_obj_instance()
543 find_ctx = TEE_Malloc(sizeof(*find_ctx), TEE_MALLOC_FILL_ZERO); in entry_find_objects_init()
1192 head_new = TEE_Malloc(template_size, TEE_MALLOC_FILL_ZERO); in entry_copy_object()
A Dpkcs11_token.c102 client = TEE_Malloc(sizeof(*client), TEE_MALLOC_FILL_ZERO); in register_client()
212 proc = TEE_Malloc(sizeof(*proc), TEE_MALLOC_FILL_ZERO); in set_processing_state()
643 session = TEE_Malloc(sizeof(*session), TEE_MALLOC_FILL_ZERO); in entry_ck_open_session()
1593 buffer = TEE_Malloc(buffer_size, TEE_MALLOC_FILL_ZERO); in entry_ck_generate_random()
A Dtoken_capabilities.c297 array = TEE_Malloc(count * sizeof(*array), in tee_malloc_mechanism_list()
A Dprocessing.c185 value = TEE_Malloc(value_len, TEE_USER_MEM_HINT_NO_FILL_ZERO); in generate_random_key_value()
342 ptr = TEE_Malloc(sz, TEE_USER_MEM_HINT_NO_FILL_ZERO); in alloc_get_tee_attribute_data()
/optee_os/lib/libutee/
A Dtee_tcpudp_socket.c32 sock_ctx = TEE_Malloc(sizeof(*sock_ctx), TEE_MALLOC_FILL_ZERO); in tcp_open()
71 sock_ctx = TEE_Malloc(sizeof(*sock_ctx), TEE_MALLOC_FILL_ZERO); in udp_open()
A Dtee_api_property.c210 tmp_buf = TEE_Malloc(tmp_len, TEE_USER_MEM_HINT_NO_FILL_ZERO); in TEE_GetPropertyAsString()
427 pe = TEE_Malloc(sizeof(struct prop_enumerator), in TEE_AllocatePropertyEnumerator()
A Dtee_api.c399 void *TEE_Malloc(uint32_t len, uint32_t hint) in TEE_Malloc() function
A Dtee_api_operations.c272 op = TEE_Malloc(sizeof(*op), TEE_MALLOC_FILL_ZERO); in TEE_AllocateOperation()
294 op->buffer = TEE_Malloc(buffer_size, in TEE_AllocateOperation()
/optee_os/ta/avb/
A Dentry.c273 value = TEE_Malloc(value_sz, 0); in write_persist_value()
323 value = TEE_Malloc(value_sz, 0); in read_persist_value()
/optee_os/lib/libutee/arch/arm/
A Duser_ta_entry.c208 itr = TEE_Malloc(sizeof(struct ta_session), in ta_header_add_session()
/optee_os/ta/trusted_keys/
A Dentry.c47 rng_buf = TEE_Malloc(params[0].memref.size, TEE_MALLOC_FILL_ZERO); in get_random()
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_api.h90 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_api.h90 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/lib/libutee/include/
A Dtee_api.h90 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_api.h90 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_api.h90 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp702 0000a766 g F .text 00000052 TEE_Malloc
1092 a0: f00a fb61 bl a766 <TEE_Malloc>
1683 432: f00a f998 bl a766 <TEE_Malloc>
1741 490: f00a f969 bl a766 <TEE_Malloc>
2547 9ec: f009 febb bl a766 <TEE_Malloc>
2583 a12: f009 fea8 bl a766 <TEE_Malloc>
3134 d92: f009 fce8 bl a766 <TEE_Malloc>
4164 1448: f009 f98d bl a766 <TEE_Malloc>
4661 1782: f008 fff0 bl a766 <TEE_Malloc>
25286 0000a766 <TEE_Malloc>:
[all …]

Completed in 93 milliseconds

12