Searched refs:objects (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_obj.c | 17 TAILQ_INSERT_TAIL(&utc->objects, o, link); in tee_obj_add() 25 TAILQ_FOREACH(o, &utc->objects, link) { in tee_obj_get() 36 TAILQ_REMOVE(&utc->objects, o, link); in tee_obj_close() 48 struct tee_obj_head *objects = &utc->objects; in tee_obj_close_all() local 50 while (!TAILQ_EMPTY(objects)) in tee_obj_close_all() 51 tee_obj_close(utc, TAILQ_FIRST(objects)); in tee_obj_close_all()
|
| /optee_os/core/include/kernel/ |
| H A D | user_ta.h | 37 struct tee_obj_head objects; member
|
| /optee_os/core/kernel/ |
| H A D | user_ta.c | 481 TAILQ_INIT(&utc->objects); in tee_ta_init_user_ta_session()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 66 vector of C "char" objects. On segmented address space architectures,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 468 * Add utility functions to manipulate mbedtls_ecp_keypair objects, filling 1336 mbedtls_x509_get_name() not freeing allocated objects in case of error. 1337 Change mbedtls_x509_get_name() to clean up allocated objects on error. 2319 * In mbedtls_rsa_context objects, the ver field was formerly documented 6174 status, objects and configuration
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1592 * [#814][pr814]: Persistent objects : save informations after close
|