Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c34 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
35 size_t num_attributes, generic_attr_t **found_attribute);
46 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object()
109 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_template()
161 generic_attr_t **attributes, size_t *num_attributes) in get_master_template_by_type()
163 generic_attr_t *master_template = NULL; in get_master_template_by_type()
170 master_template = (generic_attr_t *)OBJ_HW_CLOCK; in get_master_template_by_type()
175 master_template = (generic_attr_t *)OBJ_HW_MONOTONIC; in get_master_template_by_type()
187 master_template = (generic_attr_t *)OBJ_DATA; in get_master_template_by_type()
194 master_template = (generic_attr_t *)OBJ_CERT_X509; in get_master_template_by_type()
[all …]
H A DmetaAttrMasters.h245 static const generic_attr_t OBJ_HW_CLOCK[] =
264 static const generic_attr_t OBJ_HW_MONOTONIC[] =
294 static const generic_attr_t OBJ_DATA[] =
320 static const generic_attr_t OBJ_CERT_X509[] =
353 static const generic_attr_t OBJ_CERT_X509ATTR[] =
387 static const generic_attr_t OBJ_PUBKEY_RSA[] =
414 static const generic_attr_t OBJ_PUBKEY_DSA[] =
444 static const generic_attr_t OBJ_PUBKEY_EC[] =
468 static const generic_attr_t OBJ_PUBKEY_DH[] =
495 static const generic_attr_t OBJ_PUBKEY_X942DH[] =
[all …]
H A DmetaGlobal.h224 } generic_attr_t; typedef
410 generic_attr_t *attributes;
665 slot_object_t *slot_object, generic_attr_t **attributes,
669 generic_attr_t **attributes, size_t *num_attributes);
671 generic_attr_t **attributes, size_t *num_attributes);
673 generic_attr_t **attributes, size_t *num_attributes);
675 generic_attr_t *src_attrs, size_t num_src_attrs,
676 generic_attr_t **dst_attrs, size_t *num_dst_attrs);
677 void dealloc_attributes(generic_attr_t *attributes, size_t num_attributes);
679 generic_attr_t *attributes, size_t num_attributes);
H A DmetaObjectManager.c136 const generic_attr_t *attributes, size_t num_attributes);
1606 const generic_attr_t *attributes, size_t num_attributes) in meta_clone_template_setup()