Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcrypto/
Dhwkey_srv.c54 struct opaque_handle_node { struct
86 static void delete_opaque_handle(struct opaque_handle_node* node) { in delete_opaque_handle()
100 struct opaque_handle_node* entry; in hwkey_ctx_close()
101 struct opaque_handle_node* temp; in hwkey_ctx_close()
103 struct opaque_handle_node, node) { in hwkey_ctx_close()
138 static struct opaque_handle_node* find_opaque_handle_for_slot( in find_opaque_handle_for_slot()
140 struct opaque_handle_node* entry; in find_opaque_handle_for_slot()
141 list_for_every_entry(&opaque_handles, entry, struct opaque_handle_node, in find_opaque_handle_for_slot()
157 struct opaque_handle_node* entry = find_opaque_handle_for_slot(slot); in insert_handle_node()
160 entry = calloc(1, sizeof(struct opaque_handle_node)); in insert_handle_node()
[all …]