Lines Matching refs:pkcs11_object
28 LIST_HEAD(temp_obj_list, pkcs11_object) temporary_object_list =
33 struct pkcs11_object *pkcs11_handle2object(uint32_t handle, in pkcs11_handle2object()
36 struct pkcs11_object *object = NULL; in pkcs11_handle2object()
59 uint32_t pkcs11_object2handle(struct pkcs11_object *obj, in pkcs11_object2handle()
83 static void cleanup_volatile_obj_ref(struct pkcs11_object *obj) in cleanup_volatile_obj_ref()
102 void cleanup_persistent_object(struct pkcs11_object *obj, in cleanup_persistent_object()
134 void destroy_object(struct pkcs11_session *session, struct pkcs11_object *obj, in destroy_object()
172 static struct pkcs11_object *create_obj_instance(struct obj_attrs *head, in create_obj_instance()
175 struct pkcs11_object *obj = NULL; in create_obj_instance()
177 obj = TEE_Malloc(sizeof(struct pkcs11_object), TEE_MALLOC_FILL_ZERO); in create_obj_instance()
189 struct pkcs11_object *create_token_object(struct obj_attrs *head, in create_token_object()
193 struct pkcs11_object *obj = create_obj_instance(head, token); in create_token_object()
212 struct pkcs11_object *obj = NULL; in create_object()
420 struct pkcs11_object *object = NULL; in entry_destroy_object()
509 struct pkcs11_object *obj = NULL; in entry_find_objects_init()
760 struct pkcs11_object *obj = NULL; in entry_get_attribute_value()
939 struct pkcs11_object *obj = NULL; in entry_get_object_size()
989 struct pkcs11_object *obj = NULL; in entry_set_attribute_value()
1131 struct pkcs11_object *obj = NULL; in entry_copy_object()