Searched refs:objects (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_obj.c | 18 TAILQ_INSERT_TAIL(&utc->objects, o, link); in tee_obj_add() 26 TAILQ_FOREACH(o, &utc->objects, link) { in tee_obj_get() 37 TAILQ_REMOVE(&utc->objects, o, link); in tee_obj_close() 49 struct tee_obj_head *objects = &utc->objects; in tee_obj_close_all() local 51 while (!TAILQ_EMPTY(objects)) in tee_obj_close_all() 52 tee_obj_close(utc, TAILQ_FIRST(objects)); in tee_obj_close_all()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | user_ta.h | 38 struct tee_obj_head objects; member
|
/optee_os-3.20.0/core/kernel/ |
A D | user_ta.c | 435 TAILQ_INIT(&utc->objects); in tee_ta_init_user_ta_session()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 66 vector of C "char" objects. On segmented address space architectures,
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 1262 * [#814][pr814]: Persistent objects : save informations after close
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 430 * In mbedtls_rsa_context objects, the ver field was formerly documented 4285 status, objects and configuration
|
Completed in 12 milliseconds