Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c35 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
36 size_t num_attributes, generic_attr_t **found_attribute);
47 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object()
110 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_template()
163 generic_attr_t **attributes, size_t *num_attributes) in get_master_template_by_type()
165 generic_attr_t *master_template = NULL; in get_master_template_by_type()
172 master_template = (generic_attr_t *)OBJ_HW_CLOCK; in get_master_template_by_type()
177 master_template = (generic_attr_t *)OBJ_HW_MONOTONIC; in get_master_template_by_type()
189 master_template = (generic_attr_t *)OBJ_DATA; in get_master_template_by_type()
196 master_template = (generic_attr_t *)OBJ_CERT_X509; in get_master_template_by_type()
[all …]
H A DmetaAttrMasters.h243 static const generic_attr_t OBJ_HW_CLOCK[] =
262 static const generic_attr_t OBJ_HW_MONOTONIC[] =
292 static const generic_attr_t OBJ_DATA[] =
318 static const generic_attr_t OBJ_CERT_X509[] =
351 static const generic_attr_t OBJ_CERT_X509ATTR[] =
385 static const generic_attr_t OBJ_PUBKEY_RSA[] =
412 static const generic_attr_t OBJ_PUBKEY_DSA[] =
442 static const generic_attr_t OBJ_PUBKEY_EC[] =
466 static const generic_attr_t OBJ_PUBKEY_DH[] =
493 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.c137 const generic_attr_t *attributes, size_t num_attributes);
1609 const generic_attr_t *attributes, size_t num_attributes) in meta_clone_template_setup()