Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dobject.c1085 struct obj_attrs *head_new = NULL; in entry_copy_object() local
1192 head_new = TEE_Malloc(template_size, TEE_MALLOC_FILL_ZERO); in entry_copy_object()
1193 if (!head_new) { in entry_copy_object()
1198 TEE_MemMove(head_new, obj->attributes, template_size); in entry_copy_object()
1204 rc = modify_attributes_list(&head_new, head); in entry_copy_object()
1213 rc = create_object(session, head_new, &obj_handle); in entry_copy_object()
1224 head_new = NULL; in entry_copy_object()
1233 TEE_Free(head_new); in entry_copy_object()

Completed in 4 milliseconds