Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h63 } attribute_info_t; typedef
65 typedef attribute_info_t *CK_ATTRIBUTE_INFO_PTR;
H A DkernelAttributeUtil.c360 attrp = calloc(1, sizeof (attribute_info_t)); in kernel_add_extra_attr()
409 attrp = calloc(1, sizeof (attribute_info_t)); in kernel_copy_extra_attr()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h289 } attribute_info_t; typedef
292 typedef attribute_info_t *CK_ATTRIBUTE_INFO_PTR;
H A DsoftAttributeUtil.c452 attrp = calloc(1, sizeof (attribute_info_t)); in soft_add_extra_attr()
542 attrp = calloc(1, sizeof (attribute_info_t)); in soft_copy_extra_attr()