Searched refs:object_id (Results 1 – 2 of 2) sorted by relevance
| /optee_test/ta/storage/ |
| A D | storage.c | 26 void *object_id = NULL; in ta_storage_cmd_open() local 37 if (!object_id) in ta_storage_cmd_open() 57 TEE_Free(object_id); in ta_storage_cmd_open() 67 void *object_id = NULL; in ta_storage_cmd_create() local 79 if (!object_id) in ta_storage_cmd_create() 101 TEE_Free(object_id); in ta_storage_cmd_create() 125 if (!object_id) in ta_storage_cmd_create_overwrite() 145 TEE_Free(object_id); in ta_storage_cmd_create_overwrite() 258 if (!object_id) in ta_storage_cmd_rename() 516 int object_id = 0; in ta_storage_cmd_loop() local [all …]
|
| /optee_test/host/xtest/ |
| A D | pkcs11_1000.c | 2466 uint32_t object_id = 0; in xtest_pkcs11_test_1011() local 2512 rv = create_data_object(session, &obj_hdl[object_id++], CK_FALSE, in xtest_pkcs11_test_1011() 2518 rv = create_data_object(session, &obj_hdl[object_id++], CK_TRUE, in xtest_pkcs11_test_1011() 2527 rv = create_data_object(session, &obj_hdl[object_id], CK_TRUE, in xtest_pkcs11_test_1011() 2541 rv = create_data_object(session, &obj_hdl[object_id++], CK_TRUE, in xtest_pkcs11_test_1011() 2547 rv = create_data_object(session, &obj_hdl[object_id++], CK_FALSE, in xtest_pkcs11_test_1011() 2562 for (i = 0; i < object_id; i++) { in xtest_pkcs11_test_1011() 2602 for (i = 0; i < object_id; i++) { in xtest_pkcs11_test_1011()
|
Completed in 18 milliseconds