Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c87 static meta_object_t *tokenobject_list_head; variable
156 tokenobject_list_head = NULL; in meta_objectManager_initialize()
427 list_head = &tokenobject_list_head; in meta_object_activate()
472 list_head = &tokenobject_list_head; in meta_object_deactivate()
648 INSERT_INTO_LIST(slot->tokenobject_list_head, object); in meta_slot_object_activate()
686 list_head = &slot->tokenobject_list_head; in meta_slot_object_deactivate()
1720 tmp_obj = tokenobject_list_head; in meta_object_find_by_handle()
1751 object = tokenobject_list_head; in meta_token_object_deactivate()
H A DmetaGlobal.h488 slot_object_t *tokenobject_list_head; member