Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c430 node = tmpl->attribute_list; in template_attribute_find()
600 node = src->attribute_list; in template_copy()
617 dest->attribute_list = dlist_add_as_first(dest->attribute_list, in template_copy()
646 node = tmpl->attribute_list; in template_flatten()
832 while (tmpl->attribute_list) { in template_free()
833 CK_ATTRIBUTE *attr = (CK_ATTRIBUTE *)tmpl->attribute_list->data; in template_free()
838 tmpl->attribute_list = dlist_remove_node(tmpl->attribute_list, in template_free()
839 tmpl->attribute_list); in template_free()
856 node = tmpl->attribute_list; in template_get_class()
883 return (dlist_length(tmpl->attribute_list)); in template_get_count()
[all …]
H A Dtpmtok_int.h326 DL_NODE *attribute_list; member